ImmutableArray<T>::Sort Method ()

 

Sorts the elements in the immutable array using the default comparer.

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

public:
ImmutableArray<T> Sort()

Return Value

Type: System.Collections.Immutable::ImmutableArray<T>

A new immutable array that contains the items in this array, in sorted order.

Return to top
Show: