Vector3DCollection.Enumerator Struct-datatyp

Definition

Räknar upp Vector objekt i en VectorCollection.

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)
Arv
Vector3DCollection.Enumerator
Implementeringar

Egenskaper

Name Description
Current

Hämtar det aktuella elementet i samlingen.

Metoder

Name Description
MoveNext()

Avancerar uppräknaren till nästa element i samlingen.

Reset()

Återställer uppräknaren till sin ursprungliga position, vilket är före det första elementet i samlingen.

Explicita gränssnittsimplementeringar

Name Description
IDisposable.Dispose()

Den här medlemmen stöder infrastrukturen för Windows Presentation Foundation (WPF) och är inte avsedd att användas direkt från koden.

IEnumerator.Current

Den här medlemmen stöder infrastrukturen för Windows Presentation Foundation (WPF) och är inte avsedd att användas direkt från koden.

Gäller för