PointCollection.IEnumerable<Point>.GetEnumerator メソッド

定義

このメンバーの詳細については、「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

戻り値

IEnumerator<Point>

コレクションを反復処理するために使用できる IEnumerator<T> オブジェクト。

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、PointCollection のインスタンスが IEnumerable<T> インターフェイスにキャストされる場合のみ、使用できます。

適用対象

こちらもご覧ください