PathFigureCollection.IEnumerable<PathFigure>.GetEnumerator Метод

Определение

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

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

Объект IEnumerator<T> , который можно использовать для итерации через коллекцию.

Реализации

Комментарии

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

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