The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ImmutableList<T>::Sort Method (Comparison<T>^)
Sorts the elements in the entire immutable list using the specified comparer.
Assembly: System.Collections.Immutable (in System.Collections.Immutable.dll)
Parameters
- comparison
-
Type:
System::Comparison<T>^
The delegate to use when comparing elements.
Show: