Sort Method
Sorts the elements in the entire System.Collections.ArrayList.
Overload List
Overload | Description |
---|---|
Sort() | Sorts the elements in the entire System.Collections.ArrayList. |
Sort(Int32,Int32,IComparer) | Sorts the elements in a range of elements in System.Collections.ArrayList using the specified comparer. |
Sort(IComparer) | Sorts the elements in the entire System.Collections.ArrayList using the specified comparer. |
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also