Condividi tramite


OrderedDictionary<TKey,TValue>.GetEnumerator Metodo

Definizione

Restituisce un enumeratore che scorre il 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

Restituisce

Struttura OrderedDictionary<TKey,TValue>.Enumerator per il OrderedDictionary<TKey,TValue>.

Si applica a