OrderedDictionary<TKey,TValue>.Enumerator 结构

定义

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

适用于