RouteValueDictionary.Enumerator 结构

定义

为值类型提供基类。

public: value class RouteValueDictionary::Enumerator : System::Collections::Generic::IEnumerator<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>>
public struct RouteValueDictionary.Enumerator : System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<string,object>>
type RouteValueDictionary.Enumerator = struct
    interface IEnumerator<KeyValuePair<string, obj>>
    interface IEnumerator
    interface IDisposable
Public Structure RouteValueDictionary.Enumerator
Implements IEnumerator(Of KeyValuePair(Of String, Object))
继承
RouteValueDictionary.Enumerator
实现

构造函数

RouteValueDictionary.Enumerator(RouteValueDictionary)

使用 中 dictionary提供的值实例化新的枚举器。

属性

Current

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

方法

Dispose()

释放由 RouteValueDictionary.Enumerator 使用的资源。

MoveNext()

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

Reset()

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

显式接口实现

IEnumerator.Current

为值类型提供基类。

适用于