Edit

Share via


OrderedDictionary<TKey,TValue>.ValueCollection.GetEnumerator Method

Definition

Returns an enumerator that iterates through the OrderedDictionary<TKey,TValue>.ValueCollection.

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

Returns

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

Applies to