IDictionaryEnumerator 成员

枚举非泛型字典的元素。

下表列出了由 IDictionaryEnumerator 类型公开的成员。

公共属性

  名称 说明
Public property Supported by the .NET Compact Framework Entry 同时获取当前字典项的键和值。
Public property Supported by the .NET Compact Framework Key 获取当前字典项的键。
Public property Supported by the .NET Compact Framework Value 获取当前字典项的值。

页首

请参见

参考

IDictionaryEnumerator 接口
System.Collections 命名空间
IDictionary 接口
IEnumerator
System.Collections.Generic.IEnumerator