TableRowCollection.IEnumerable<TableRow>.GetEnumerator Метод

Определение

Описание этого члена см. в разделе GetEnumerator().

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

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

IEnumerator<TableRow>

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

Реализации

Комментарии

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

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