AdditionalPropertiesDictionary<TValue>.Enumerator 结构

定义

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

类型参数

TValue
继承
AdditionalPropertiesDictionary<TValue>.Enumerator
实现

属性

名称 说明
Current

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

方法

名称 说明
Dispose()

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

MoveNext()

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

Reset()

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

显式接口实现

名称 说明
IEnumerator.Current

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

适用于