다음을 통해 공유


OrderedDictionary<TKey,TValue>.KeyCollection.Enumerator 구조체

정의

public: value class OrderedDictionary<TKey, TValue>::KeyCollection::Enumerator : System::Collections::Generic::IEnumerator<TKey>
public struct OrderedDictionary<TKey,TValue>.KeyCollection.Enumerator : System.Collections.Generic.IEnumerator<TKey>
type OrderedDictionary<'Key, 'Value>.KeyCollection.Enumerator = struct
    interface IEnumerator<'Key>
    interface IEnumerator
    interface IDisposable
Public Structure OrderedDictionary(Of TKey, TValue).KeyCollection.Enumerator
Implements IEnumerator(Of TKey)

형식 매개 변수

TKey
TValue
상속
OrderedDictionary<TKey,TValue>.KeyCollection.Enumerator
구현

속성

Current

열거자의 현재 위치에 있는 컬렉션의 요소를 가져옵니다.

메서드

MoveNext()

열거자를 컬렉션의 다음 요소로 진행합니다.

명시적 인터페이스 구현

IDisposable.Dispose()

관리되지 않는 리소스의 해제, 해제 또는 재설정과 관련된 애플리케이션 정의 작업을 수행합니다.

IEnumerator.Current

열거자의 현재 위치에 있는 컬렉션의 요소를 가져옵니다.

IEnumerator.Reset()

열거자를 컬렉션의 첫 번째 요소 앞에 있는 초기 위치로 설정합니다.

적용 대상