Int32Collection.Enumerator 结构
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
枚举 Int32Collection 中的 Int32 项。
public: value class Int32Collection::Enumerator : System::Collections::Generic::IEnumerator<int>
public struct Int32Collection.Enumerator : System.Collections.Generic.IEnumerator<int>
type Int32Collection.Enumerator = struct
interface IEnumerator<int>
interface IDisposable
interface IEnumerator
type Int32Collection.Enumerator = struct
interface IEnumerator
interface IEnumerator<int>
interface IDisposable
type Int32Collection.Enumerator = struct
interface IEnumerator<int>
interface IEnumerator
interface IDisposable
Public Structure Int32Collection.Enumerator
Implements IEnumerator(Of Integer)
- 继承
- 实现
属性
Current |
获取集合中的当前元素。 |
方法
MoveNext() |
将枚举数前移到集合中的下一个元素。 |
Reset() |
将枚举数重置至其初始位置,即位于集合中第一个元素之前。 |
显式接口实现
IDisposable.Dispose() |
此类型或成员支持 Windows Presentation Foundation (WPF) 基础结构,并且不应在代码中直接使用。 |
IEnumerator.Current |
此类型或成员支持 Windows Presentation Foundation (WPF) 基础结构,并且不应在代码中直接使用。 |