Vector3DCollection.Enumerator 结构

定义

枚举 VectorCollection 中的 Vector 项。

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

属性

Current

获取集合中的当前元素。

方法

MoveNext()

将枚举数前移到集合中的下一个元素。

Reset()

将枚举数重置至其初始位置,即位于集合中第一个元素之前。

显式接口实现

IDisposable.Dispose()

此成员支持Windows Presentation Foundation (WPF) 基础结构,不应直接从代码中使用。

IEnumerator.Current

此成员支持Windows Presentation Foundation (WPF) 基础结构,不应直接从代码中使用。

适用于