ImmutableSortedSet<T>.Reverse Metoda

Definice

Vrátí hodnotu IEnumerable<T> , která iteruje nad touto neměnnou seřazenou množinou v obráceném pořadí.

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)

Návraty

Enumerátor, který iteruje neměnnou seřazenou sadu v obráceném pořadí.

Poznámky

Balíček NuGet System.Collections.Immutable

Informace o neměnných kolekcích a postupu instalace

Platí pro