OrderedDictionary<TKey,TValue>.GetEnumerator Méthode

Définition

Retourne un énumérateur qui itère au sein du OrderedDictionary<TKey,TValue>.

public:
 System::Collections::Generic::OrderedDictionary<TKey, TValue>::Enumerator GetEnumerator();
public System.Collections.Generic.OrderedDictionary<TKey,TValue>.Enumerator GetEnumerator ();
member this.GetEnumerator : unit -> System.Collections.Generic.OrderedDictionary<'Key, 'Value>.Enumerator
Public Function GetEnumerator () As OrderedDictionary(Of TKey, TValue).Enumerator

Retours

Structure OrderedDictionary<TKey,TValue>.Enumerator pour la OrderedDictionary<TKey,TValue>.

S’applique à