ImmutableDictionary<TKey,TValue>.Enumerator Struktura

Definice

Vytvoří výčet obsahu neměnného slovníku bez přidělení paměti.

Balíček NuGet: System.Collections.Immutable (o neměnných kolekcích a postupu instalace)

public: value class ImmutableDictionary<TKey, TValue>::Enumerator : System::Collections::Generic::IEnumerator<System::Collections::Generic::KeyValuePair<TKey, TValue>>
public struct ImmutableDictionary<TKey,TValue>.Enumerator : System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<TKey,TValue>>
type ImmutableDictionary<'Key, 'Value>.Enumerator = struct
    interface IEnumerator<KeyValuePair<'Key, 'Value>>
    interface IEnumerator
    interface IDisposable
Public Structure ImmutableDictionary(Of TKey, TValue).Enumerator
Implements IEnumerator(Of KeyValuePair(Of TKey, TValue))

Parametry typu

TKey
TValue
Dědičnost
ImmutableDictionary<TKey,TValue>.Enumerator
Implementuje

Vlastnosti

Current

Získá prvek na aktuální pozici enumerátoru.

Metody

Dispose()

Uvolní prostředky používané aktuální instancí třídy ImmutableDictionary<TKey,TValue>.Enumerator.

MoveNext()

Posune enumerátor na další prvek neměnného slovníku.

Reset()

Nastaví enumerátor na počáteční pozici, která je před prvním prvkem ve slovníku.

Explicitní implementace rozhraní

IEnumerator.Current

Získá aktuální prvek.

Platí pro

Bezpečný přístup z více vláken

Tento typ je bezpečný pro přístup z více vláken.