共用方式為


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

適用於