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

정의

컬렉션을 반복하는 열거자를 반환합니다.

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

반환

IEnumerator<TKey>

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

구현

적용 대상