PointCollection.IEnumerable<Point>.GetEnumerator Yöntem

Tanım

Bu üyenin açıklaması için bkz 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

Döndürülenler

IEnumerator<Point>

Koleksiyonda yinelemek için kullanılabilecek bir IEnumerator<T> nesnesi.

Uygulamalar

Açıklamalar

Bu üye, açık bir arabirim üyesi uygulamasıdır. Yalnızca örnek bir IEnumerable<T> arabirime PointCollection yayınlandığında kullanılabilir.

Şunlara uygulanır

Ayrıca bkz.