SortingExtensionMethods Class |
Namespace: SD.Tools.Algorithmia.Sorting
Name | Description | |
---|---|---|
![]() ![]() | Sort<T>(IList<T>, SortAlgorithm, SortDirection) |
Sorts the specified IList(Of T) using the algorithm specified in the order specified.
|
![]() ![]() | Sort<T>(IList<T>, SortAlgorithm, SortDirection, IComparer<T>) |
Sorts the specified IList(Of T) using the algorithm specified in the order specified.
|
![]() ![]() | Sort<T>(IList<T>, SortAlgorithm, SortDirection, Comparison<T>) |
Sorts the specified IList(Of T) using the algorithm specified in the order specified.
|
![]() ![]() | Sort<T>(IList<T>, SortAlgorithm, SortDirection, Int32, Int32) |
Sorts the specified IList(Of T) using the algorithm specified in the order specified.
|
![]() ![]() | Sort<T>(IList<T>, SortAlgorithm, SortDirection, Int32, Int32, IComparer<T>) |
Sorts the specified IList(Of T) using the algorithm specified in the order specified.
|
![]() ![]() | Sort<T>(IList<T>, SortAlgorithm, SortDirection, Int32, Int32, Comparison<T>) |
Sorts the specified IList(Of T) using the algorithm specified in the order specified.
|