The overloads of Sort
are listed below. For a list of all members, see the ArrayList Members list.
| Sort()Sorts the elements of the current instance. |
| Sort(IComparer)Sorts the elements of current instance using the specified IComparer. |
| Sort(int, int, IComparer) Sorts the elements in the specified range of the current instance
using the specified IComparer implementation. |