PathSegmentCollection.IEnumerable<PathSegment>.GetEnumerator Méthode

Définition

Pour obtenir une description de ce membre, consultez 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

Retours

IEnumerator<PathSegment>

Objet IEnumerator<T> pouvant être utilisé pour itérer au sein de la collection.

Implémente

Remarques

Ce membre est une implémentation d'un membre d'interface explicite. Il peut uniquement être utilisé lorsque l'instance de PathSegmentCollection est castée en interface IEnumerable<T>.

S’applique à