OrderedDictionary<TKey,TValue>.GetEnumerator Methode

Definitie

Retourneert een enumerator die door de 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

Retouren

Een OrderedDictionary<TKey,TValue>.Enumerator structuur voor de OrderedDictionary<TKey,TValue>.

Van toepassing op