PathFigureCollection.IEnumerable<PathFigure>.GetEnumerator Metoda

Definice

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

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

Návraty

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

Implementuje

Poznámky

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

Platí pro