public static void Sort<T>( this IList<T> toSort, SortAlgorithm algorithm, SortDirection direction )
<ExtensionAttribute> Public Shared Sub Sort(Of T) ( toSort As IList(Of T), algorithm As SortAlgorithm, direction As SortDirection )
2002-2019 Solutions Design bv