ArraySort Method (Array) |
Namespace: System
public static void Sort( Array array )
Exception | Condition |
---|---|
ArgumentNullException | array is null. |
RankException | array is multidimensional. |
InvalidOperationException | One or more elements in array do not implement the IComparable interface. |