VectorCollection.Enumerator Struktura

Definice

Výčty Vector položek v souboru 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)
Dědičnost
VectorCollection.Enumerator
Implementuje

Poznámky

Kromě místa, kde je uvedeno, se členové této struktury chovají přesně tak, jak je popsáno v IEnumerator rozhraní.

Vlastnosti

Current

Získá aktuální prvek v kolekci.

Metody

MoveNext()

Přejde výčet na další prvek v kolekci.

Reset()

Obnoví enumerátor na jeho počáteční pozici, což je před prvním prvkem v kolekci.

Explicitní implementace rozhraní

IDisposable.Dispose()

Tento typ nebo člen podporuje infrastrukturu Windows Presentation Foundation (WPF) a není určena k použití přímo z kódu.

IEnumerator.Current

Tento typ nebo člen podporuje infrastrukturu Windows Presentation Foundation (WPF) a není určena k použití přímo z kódu.

Platí pro