OrderedDictionary<TKey,TValue>.KeyCollection.GetEnumerator Método

Definição

Retorna um enumerador que itera por meio do OrderedDictionary<TKey,TValue>.KeyCollection.

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

Retornos

Um OrderedDictionary<TKey,TValue>.KeyCollection.Enumerator para o OrderedDictionary<TKey,TValue>.KeyCollection.

Aplica-se a