ArrayList.Sort Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sorts the elements in the ArrayList or a portion of it.
Overloads
| Name | Description |
|---|---|
| Sort() |
Sorts the elements in the entire ArrayList. |
| Sort(IComparer) |
Sorts the elements in the entire ArrayList using the specified comparer. |
| Sort(Int32, Int32, IComparer) |
Sorts the elements in a range of elements in ArrayList using the specified comparer. |