VectorCollection.Enumerator 结构

定义

枚举 Vector . 中的 VectorCollection

public: value class VectorCollection::Enumerator : System::Collections::Generic::IEnumerator<System::Windows::Vector>
public struct VectorCollection.Enumerator : System.Collections.Generic.IEnumerator<System.Windows.Vector>
type VectorCollection.Enumerator = struct
    interface IEnumerator<Vector>
    interface IDisposable
    interface IEnumerator
type VectorCollection.Enumerator = struct
    interface IEnumerator
    interface IEnumerator<Vector>
    interface IDisposable
type VectorCollection.Enumerator = struct
    interface IEnumerator
    interface IDisposable
    interface IEnumerator<Vector>
Public Structure VectorCollection.Enumerator
Implements IEnumerator(Of Vector)
继承
VectorCollection.Enumerator
实现

注解

除非有说明,否则此结构的成员的行为与接口所 IEnumerator 描述完全相同。

属性

名称 说明
Current

获取集合中的当前元素。

方法

名称 说明
MoveNext()

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

Reset()

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

显式接口实现

名称 说明
IDisposable.Dispose()

此类型或成员支持 Windows Presentation Foundation (WPF) 基础结构,不打算直接从代码使用。

IEnumerator.Current

此类型或成员支持 Windows Presentation Foundation (WPF) 基础结构,不打算直接从代码使用。

适用于