ImmutableStack<T>.Enumerator Struktur
Definition
Listet den Inhalt von einem unveränderlichen Stapel auf, ohne Arbeitsspeicher zuzuweisen.Enumerates the contents of an immutable stack without allocating any memory.
NuGet-Paket: System.Collections.Immutable (Grundlegendes zu unveränderlichen Collections und deren Installation)NuGet package: System.Collections.Immutable (about immutable collections and how to install)
public: value class ImmutableStack<T>::Enumerator
public struct ImmutableStack<T>.Enumerator
type ImmutableStack<'T>.Enumerator = struct
Public Structure ImmutableStack(Of T).Enumerator
Typparameter
- T
- Vererbung
Eigenschaften
Current |
Ruft das Element an der aktuellen Position des Enumerators ab.Gets the element at the current position of the enumerator. |
Methoden
MoveNext() |
Setzt den Enumerator auf das nächste Element des unveränderlichen Stapels.Advances the enumerator to the next element of the immutable stack. |
Gilt für:
Threadsicherheit
Dieser Typ ist threadsicher.This type is thread safe.