OrderedDictionary<TKey,TValue>.KeyCollection.GetEnumerator Method

Definition

Returns an enumerator that iterates through the 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

Returns

A OrderedDictionary<TKey,TValue>.KeyCollection.Enumerator for the OrderedDictionary<TKey,TValue>.KeyCollection.

Applies to