ImmutableList<T>::Reverse Method ()

 

Reverses the order of the elements in the entire immutable list.

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

public:
ImmutableList<T>^ Reverse()

Return Value

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

The reversed list.

Return to top
Show: