SortingExtensionMethods Class |
Namespace: SD.Tools.Algorithmia.Sorting
Name | Description | |
---|---|---|
SortT(IListT, SortAlgorithm, SortDirection) |
Sorts the specified IList(Of T) using the algorithm specified in the order specified.
| |
SortT(IListT, SortAlgorithm, SortDirection, IComparerT) |
Sorts the specified IList(Of T) using the algorithm specified in the order specified.
| |
SortT(IListT, SortAlgorithm, SortDirection, ComparisonT) |
Sorts the specified IList(Of T) using the algorithm specified in the order specified.
| |
SortT(IListT, SortAlgorithm, SortDirection, Int32, Int32) |
Sorts the specified IList(Of T) using the algorithm specified in the order specified.
| |
SortT(IListT, SortAlgorithm, SortDirection, Int32, Int32, IComparerT) |
Sorts the specified IList(Of T) using the algorithm specified in the order specified.
| |
SortT(IListT, SortAlgorithm, SortDirection, Int32, Int32, ComparisonT) |
Sorts the specified IList(Of T) using the algorithm specified in the order specified.
|