AlgorithmsSort Method |
Name | Description | |
---|---|---|
![]() ![]() | SortT(IEnumerableT) |
Creates a sorted version of a collection.
|
![]() ![]() | SortT(IEnumerableT, IComparerT) |
Creates a sorted version of a collection. A supplied IComparer<T> is used
to compare the items in the collection.
|
![]() ![]() | SortT(IEnumerableT, ComparisonT) |
Creates a sorted version of a collection. A supplied Comparison<T> delegate is used
to compare the items in the collection.
|