VectorCollection.Enumerator Struct

Definition

Enumerates Vector items in a 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)
Inheritance
VectorCollection.Enumerator
Implements

Remarks

Except where noted, members of this structure behave exactly as described by the IEnumerator interface.

Properties

Current

Gets the current element in the collection.

Methods

MoveNext()

Advances the enumerator to the next element in the collection.

Reset()

Resets the enumerator to its initial position, which is before the first element in the collection.

Explicit Interface Implementations

IDisposable.Dispose()

This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code.

IEnumerator.Current

This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code.

Applies to