PathSegmentCollection.IEnumerable<PathSegment>.GetEnumerator Metoda

Definice

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

 virtual System::Collections::Generic::IEnumerator<System::Windows::Media::PathSegment ^> ^ System.Collections.Generic.IEnumerable<System.Windows.Media.PathSegment>.GetEnumerator() = System::Collections::Generic::IEnumerable<System::Windows::Media::PathSegment ^>::GetEnumerator;
System.Collections.Generic.IEnumerator<System.Windows.Media.PathSegment> IEnumerable<PathSegment>.GetEnumerator ();
abstract member System.Collections.Generic.IEnumerable<System.Windows.Media.PathSegment>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Windows.Media.PathSegment>
override this.System.Collections.Generic.IEnumerable<System.Windows.Media.PathSegment>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Windows.Media.PathSegment>
Function GetEnumerator () As IEnumerator(Of PathSegment) Implements IEnumerable(Of PathSegment).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 případě, že PathSegmentCollection je instance přetypovaná na IEnumerable<T> rozhraní.

Platí pro