Partager via


OrderedDictionary<TKey,TValue>.Enumerator Structure

Définition

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))

Paramètres de type

TKey
TValue
Héritage
OrderedDictionary<TKey,TValue>.Enumerator
Implémente

Propriétés

Current

Méthodes

MoveNext()

Implémentations d’interfaces explicites

IDictionaryEnumerator.Entry
IDictionaryEnumerator.Key
IDictionaryEnumerator.Value
IDisposable.Dispose()
IEnumerator.Current
IEnumerator.Reset()

S’applique à