ImmutableArray<T>::Sort Method (Comparison<T>^)
Sorts the elements in the entire ImmutableArray<T> using the specified Comparison<T>.
Assembly: System.Collections.Immutable (in System.Collections.Immutable.dll)
Parameters
- comparison
-
Type:
System::Comparison<T>^
The Comparison<T> to use when comparing elements.
| Exception | Condition |
|---|---|
| ArgumentNullException | comparison is null. |
Show: