CollectionUtilities..::..Sort<(Of <(<'T>)>)> Method (IList<(Of <(<'T>)>)>)
Performs an in-place sort of the specified list using it's IComparable<T> interface.
Namespace:
Tortuga.AnchorAssembly: Tortuga.Anchor (in Tortuga.Anchor.dll)
Syntax
public static void Sort<T>( this IList<T> list ) where T : IComparable<T>
<ExtensionAttribute> _ Public Shared Sub Sort(Of T As IComparable(Of T)) ( _ list As IList(Of T) _ )
Type Parameters
- T
- Type of item in the list
Parameters
- list
- Type: IList<(Of <(<'T>)>)>
The list to sort.

