ReadOnlyDictionary<TKey,TValue>.GetEnumerator 메서드

정의

ReadOnlyDictionary<TKey,TValue>를 반복하는 열거자를 반환합니다.

public:
 virtual System::Collections::Generic::IEnumerator<System::Collections::Generic::KeyValuePair<TKey, TValue>> ^ GetEnumerator();
public System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<TKey,TValue>> GetEnumerator ();
abstract member GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<'Key, 'Value>>
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<'Key, 'Value>>
Public Function GetEnumerator () As IEnumerator(Of KeyValuePair(Of TKey, TValue))

반환

IEnumerator<KeyValuePair<TKey,TValue>>

컬렉션을 반복하는 데 사용할 수 있는 열거자입니다.

구현

적용 대상