你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

GeoArray<T>.Enumerator 结构

定义

枚举 的元素 GeoArray<T>

public struct GeoArray<T>.Enumerator : System.Collections.Generic.IEnumerator<T>
type GeoArray<'T>.Enumerator = struct
    interface IEnumerator<'T>
    interface IEnumerator
    interface IDisposable
Public Structure GeoArray(Of T).Enumerator
Implements IEnumerator(Of T)

类型参数

T
继承
GeoArray<T>.Enumerator
实现

属性

Current

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

方法

Dispose()

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

MoveNext()

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

Reset()

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

显式接口实现

IEnumerator.Current

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

适用于