Click or drag to resize

SortSpecificationsTSort Method (IEnumerableT)

Sorts a sequence according to the specifications that are held by this instance.

Namespace:  Enkoni.Framework
Assembly:  Enkoni.Framework.Specifications (in Enkoni.Framework.Specifications.dll) Version: 1.3.0.1
Syntax
public IEnumerable<T> Sort(
	IEnumerable<T> query
)

Parameters

query
Type: System.Collections.GenericIEnumerableT
The sequence that must be sorted.

Return Value

Type: IEnumerableT
The sorted sequence.
See Also