PathSegmentCollection.IEnumerable<PathSegment>.GetEnumerator Метод

Определение

Описание этого члена см. в разделе 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

Возвращаемое значение

IEnumerator<PathSegment>

Объект IEnumerator<T>, который используется для прохода по коллекции.

Реализации

Комментарии

Этот член представляет собой явную реализацию члена интерфейса. Он может использоваться, только если экземпляр PathSegmentCollection приведен к типу интерфейса IEnumerable<T>.

Применяется к