FrozenDictionary<TKey,TValue>.Enumerator Struktura

Definice

Vytvoří výčet prvků objektu FrozenDictionary<TKey,TValue>.

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

Parametry typu

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

Vlastnosti

Current

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

Metody

MoveNext()

Posune enumerátor na další prvek kolekce.

Explicitní implementace rozhraní

IDisposable.Dispose()

Provede aplikací definované úlohy spojené s uvolněním nebo resetováním nespravovaných prostředků.

IEnumerator.Current

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

IEnumerator.Reset()

Nastaví enumerátor na jeho počáteční pozici, která je před prvním prvkem v kolekci.

Platí pro