Mono Class Library: System.Collections.Generic.List<T> Overview | Members

System.Collections.Generic.List<T>.Sort Overloads

The overloads of Sort are listed below. For a list of all members, see the List<T> Members list.

Public Methods

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.