PointCollection.IEnumerable<Point>.GetEnumerator Metoda

Definice

Popis tohoto člena naleznete v tématu GetEnumerator().

 virtual System::Collections::Generic::IEnumerator<System::Windows::Point> ^ System.Collections.Generic.IEnumerable<System.Windows.Point>.GetEnumerator() = System::Collections::Generic::IEnumerable<System::Windows::Point>::GetEnumerator;
System.Collections.Generic.IEnumerator<System.Windows.Point> IEnumerable<Point>.GetEnumerator ();
abstract member System.Collections.Generic.IEnumerable<System.Windows.Point>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Windows.Point>
override this.System.Collections.Generic.IEnumerable<System.Windows.Point>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Windows.Point>
Function GetEnumerator () As IEnumerator(Of Point) Implements IEnumerable(Of Point).GetEnumerator

Návraty

IEnumerator<Point>

Objekt, IEnumerator<T> který lze použít pro iteraci prostřednictvím kolekce.

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze ho použít pouze v PointCollection případě, že je instance přetypována do IEnumerable<T> rozhraní.

Platí pro

Viz také