Sorts the elements in the entire list using the IComparable implementation of the Integer.
Sorts the elements in the entire list using the IComparable implementation of the Integer.
public void Sort();
Sorts the elements in the entire ArrayList using the specified comparer.
public void Sort(IComparer);
Sorts the elements in a section of the list using the specified comparer.
public void Sort(int,int,IComparer);