PointCollection.Enumerator Struktura

Definicja

Point Wylicza elementy w obiekcie 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)
Dziedziczenie
PointCollection.Enumerator
Implementuje

Właściwości

Current

Pobiera bieżący element w kolekcji.

Metody

MoveNext()

Rozwija moduł wyliczający do następnego elementu w kolekcji.

Reset()

Resetuje moduł wyliczający do początkowej pozycji, która znajduje się przed pierwszym elementem w kolekcji.

Jawne implementacje interfejsu

IDisposable.Dispose()

Ten typ lub element członkowski obsługuje infrastrukturę Windows Presentation Foundation (WPF) i nie jest przeznaczony do użycia bezpośrednio z kodu.

IEnumerator.Current

Ten typ lub element członkowski obsługuje infrastrukturę Windows Presentation Foundation (WPF) i nie jest przeznaczony do użycia bezpośrednio z kodu.

Dotyczy

Zobacz też