PointCollection.Enumerator Struktura

Definice

Výčty Point položek v souboru PointCollection.

public: value class PointCollection::Enumerator : System::Collections::Generic::IEnumerator<System::Windows::Point>
public struct PointCollection.Enumerator : System.Collections.Generic.IEnumerator<System.Windows.Point>
type PointCollection.Enumerator = struct
    interface IEnumerator<Point>
    interface IDisposable
    interface IEnumerator
type PointCollection.Enumerator = struct
    interface IEnumerator
    interface IEnumerator<Point>
    interface IDisposable
type PointCollection.Enumerator = struct
    interface IEnumerator
    interface IDisposable
    interface IEnumerator<Point>
Public Structure PointCollection.Enumerator
Implements IEnumerator(Of Point)
Dědičnost
PointCollection.Enumerator
Implementuje

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

Viz také