다음을 통해 공유


OrderedDictionary<TKey,TValue>.GetEnumerator 메서드

정의

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

반환

OrderedDictionary<TKey,TValue>대한 OrderedDictionary<TKey,TValue>.Enumerator 구조체입니다.

적용 대상