OrderedDictionary<TKey,TValue>.KeyCollection.Enumerator 结构
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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
- 继承
- 实现
属性
Current |
获取集合中枚举器当前位置的元素。 |
方法
MoveNext() |
将枚举器推进到集合的下一个元素。 |
显式接口实现
IDisposable.Dispose() |
执行与释放、释放或重置非托管资源关联的应用程序定义任务。 |
IEnumerator.Current |
获取集合中枚举器当前位置的元素。 |
IEnumerator.Reset() |
将枚举器设置为其初始位置,该位置位于集合中的第一个元素之前。 |