ImmutableList<T>::Sort Method ()

 

Sorts the elements in the entire immutable list using the default comparer.

Namespace:   System.Collections.Immutable
Assembly:  System.Collections.Immutable (in System.Collections.Immutable.dll)

public:
ImmutableList<T>^ Sort()

Return Value

Type: System.Collections.Immutable::ImmutableList<T>^

The sorted list.

Return to top
Show: