Partager via


OrderedDictionary<TKey,TValue>.ValueCollection.Enumerator Structure

Définition

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

Paramètres de type

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

Propriétés

Current

Méthodes

MoveNext()

Implémentations d’interfaces explicites

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

S’applique à