CollectionUtilities..::..Sort Method
Overload List
Name | Description | |
---|---|---|
![]() ![]() |
Sort<(Of <<'(T>)>>)(IList<(Of <<'(T>)>>)) |
Performs an in-place sort of the specified list using it's IComparable<T> interface.
|
![]() ![]() |
Sort<(Of <<'(T>)>>)(IList<(Of <<'(T>)>>), IComparer<(Of <<'(T>)>>)) |
Performs an in-place sort of the specified list.
|
![]() ![]() |
Sort<(Of <<'(T>)>>)(IList<(Of <<'(T>)>>), Int32, Int32, IComparer<(Of <<'(T>)>>)) |
Performs an in-place sort of the specified list.
|
![]() ![]() |
Sort<(Of <<'(T>)>>)(IList<(Of <<'(T>)>>), Comparison<(Of <<'(T>)>>)) |
Performs an in-place sort of the specified list.
|