Click or drag to resize

GenericExtensionsSortStable Method

Overload List
  NameDescription
Public methodStatic memberSortStableT(IListT)
Public methodStatic memberSortStable(IXYTable)
Sort table by x-value, using a stable sort
Public methodStatic memberSortStableT(IListT, IComparerT)
Sorts the elements in the entire List{T} using the provided comparer.

A merge sort algorithm is used. merge sort is a stable sort algorithm i.e. if two elements are equal their order are preserved.

Public methodStatic memberSortStableT(IListT, ComparisonT)
Sorts the elements in the entire List{T} using the provided comparer.

A merge sort algorithm is used. merge sort is a stable sort algorithm i.e. if two elements are equal their order are preserved.

Top
See Also