The overloads of Sort are listed below. For a list of all members, see the List<T> Members list.
Sort() Sorts the elements in the list using the default comparer.Sort(IComparer<T>) Sorts the elements in the list using the specified comparer.Sort(Comparison<T>) Sorts the elements in the list using the specified comparison.Sort(int, int, IComparer<T>) Sorts the elements in the list using the specified comparer.