다음을 통해 공유


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

정의

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

형식 매개 변수

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

속성

Current

메서드

MoveNext()

명시적 인터페이스 구현

IDisposable.Dispose()
IEnumerator.Current
IEnumerator.Reset()

적용 대상