FrozenDictionary<TKey,TValue>.Enumerator 结构

定义

枚举 FrozenDictionary<TKey,TValue> 的元素。

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

类型参数

TKey
TValue
继承
FrozenDictionary<TKey,TValue>.Enumerator
实现

属性

Current

获取集合中位于枚举数当前位置的元素。

方法

MoveNext()

将枚举数推进到集合的下一个元素。

显式接口实现

IDisposable.Dispose()

执行与释放或重置非托管资源关联的应用程序定义的任务。

IEnumerator.Current

获取集合中位于枚举数当前位置的元素。

IEnumerator.Reset()

将枚举数设置为其初始位置,该位置位于集合中第一个元素之前。

适用于