Sdílet prostřednictvím


OrderedDictionary<TKey,TValue>.Enumerator Struktura

Definice

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

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

Parametry typu

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

Vlastnosti

Current

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

Metody

MoveNext()

Přejde enumerátor na další prvek kolekce.

Explicitní implementace rozhraní

IDictionaryEnumerator.Entry

Získá klíč i hodnotu aktuální položky slovníku.

IDictionaryEnumerator.Key

Získá klíč aktuální položky slovníku.

IDictionaryEnumerator.Value

Získá hodnotu aktuální položky slovníku.

IDisposable.Dispose()

Provádí úlohy definované aplikací související s uvolněním, 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 počáteční pozici, která je před prvním prvkem v kolekci.

Platí pro