ArrayExtensions.Sort<T>
Extension Method in ArrayExtensions
Declaration
public static void Sort<T>(this T[] array, Comparison<T> comparison)
Description
Sorts the elements of the array.
Type Parameters
T | The type of the array. |
Parameters
array | The array to sort. |
comparison | The comparison to use. |