다음을 통해 공유


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()

적용 대상