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

适用于