OrderedDictionary<TKey,TValue>.KeyCollection.GetEnumerator Metoda

Definicja

Zwraca moduł wyliczający, który iteruje przez 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

Zwraca

OrderedDictionary<TKey,TValue>.KeyCollection.Enumerator dla OrderedDictionary<TKey,TValue>.KeyCollection.

Dotyczy