다음을 통해 공유


OrderedDictionary<TKey,TValue>.Enumerator 구조체

정의

OrderedDictionary<TKey,TValue>요소를 열거합니다.

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

형식 매개 변수

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

속성

Current

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

메서드

MoveNext()

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

명시적 인터페이스 구현

IDictionaryEnumerator.Entry

현재 사전 항목의 키와 값을 모두 가져옵니다.

IDictionaryEnumerator.Key

현재 사전 항목의 키를 가져옵니다.

IDictionaryEnumerator.Value

현재 사전 항목의 값을 가져옵니다.

IDisposable.Dispose()

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

IEnumerator.Current

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

IEnumerator.Reset()

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

적용 대상