Lookup<TKey,TElement>.IEnumerable.GetEnumerator 메서드

정의

Lookup<TKey,TElement>를 반복하는 열거자를 반환합니다. 이 클래스는 상속될 수 없습니다.

 virtual System::Collections::IEnumerator ^ System.Collections.IEnumerable.GetEnumerator() = System::Collections::IEnumerable::GetEnumerator;
System.Collections.IEnumerator IEnumerable.GetEnumerator ();
abstract member System.Collections.IEnumerable.GetEnumerator : unit -> System.Collections.IEnumerator
override this.System.Collections.IEnumerable.GetEnumerator : unit -> System.Collections.IEnumerator
Function GetEnumerator () As IEnumerator Implements IEnumerable.GetEnumerator

반환

IEnumerator

Lookup<TKey,TElement>에 대한 열거자입니다.

구현

설명

이 멤버는 명시적 인터페이스 멤버 구현이며, Lookup<TKey,TElement> 인스턴스가 IEnumerable 인터페이스로 캐스팅된 경우에만 사용할 수 있습니다.

적용 대상