CollectionUtilities..::..Sort Method

Overload List


  Name Description
Public method Static member Sort<(Of <<'(T>)>>)(IList<(Of <<'(T>)>>))
Performs an in-place sort of the specified list using it's IComparable<T> interface.
Public method Static member Sort<(Of <<'(T>)>>)(IList<(Of <<'(T>)>>), IComparer<(Of <<'(T>)>>))
Performs an in-place sort of the specified list.
Public method Static member Sort<(Of <<'(T>)>>)(IList<(Of <<'(T>)>>), Int32, Int32, IComparer<(Of <<'(T>)>>))
Performs an in-place sort of the specified list.
Public method Static member Sort<(Of <<'(T>)>>)(IList<(Of <<'(T>)>>), Comparison<(Of <<'(T>)>>))
Performs an in-place sort of the specified list.