Comparteix a través de


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

Definición

Devuelve un enumerador que recorre en iteración el 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

Devoluciones

Un OrderedDictionary<TKey,TValue>.KeyCollection.Enumerator para el OrderedDictionary<TKey,TValue>.KeyCollection.

Se aplica a