ImmutableSortedSet<T>.Builder.Reverse Metodo

Definizione

Restituisce un enumeratore che scorre il set ordinato non modificabile in ordine inverso.

public:
 System::Collections::Generic::IEnumerable<T> ^ Reverse();
public System.Collections.Generic.IEnumerable<T> Reverse ();
member this.Reverse : unit -> seq<'T>
Public Function Reverse () As IEnumerable(Of T)

Restituisce

Enumeratore che scorre il set in ordine inverso.

Si applica a