PointCollection.IEnumerable<Point>.GetEnumerator Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
For a description of this member, see 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
Returns
An IEnumerator<T> object that can be used to iterate through the collection.
Implements
Remarks
This member is an explicit interface member implementation. It can be used only when the PointCollection instance is cast to an IEnumerable<T> interface.
Applies to
See also
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.