Partage via


OrderedDictionary<TKey,TValue>.KeyCollection.Enumerator Structure

Définition

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

Paramètres de type

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

Propriétés

Current

Méthodes

MoveNext()

Implémentations d’interfaces explicites

IDisposable.Dispose()
IEnumerator.Current
IEnumerator.Reset()

S’applique à