Sort Method
From Wintellect PowerCollections
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Overload List
| Name | Description | |
|---|---|---|
| Sort()() |
Sorts the list in place.
| |
| Sort(IComparer<(Of <T>)>) |
Sorts the list in place. A supplied IComparer<T> is used
to compare the items in the list.
| |
| Sort(Comparison<(Of <T>)>) |
Sorts the list in place. A supplied Comparison<T> delegate is used
to compare the items in the list.
|