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
Syntaxpublic IEnumerable<T> Sort(
IEnumerable<T> query
)
Public Function Sort (
query As IEnumerable(Of T)
) As IEnumerable(Of T)
public:
IEnumerable<T>^ Sort(
IEnumerable<T>^ query
)
member Sort :
query : IEnumerable<'T> -> IEnumerable<'T>
Parameters
- query
- Type: System.Collections.GenericIEnumerableT
The sequence that must be sorted.
Return Value
Type:
IEnumerableTThe sorted sequence.
See Also