OrderedDictionary<TKey,TValue>.KeyCollection.GetEnumerator 메서드

정의

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

반환

OrderedDictionary<TKey,TValue>.KeyCollection대한 OrderedDictionary<TKey,TValue>.KeyCollection.Enumerator.

적용 대상