TableRowCollection.IEnumerable<TableRow>.GetEnumerator Metoda

Definice

Popis tohoto člena naleznete v tématu 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

Návraty

IEnumerator<TableRow>

Objekt, IEnumerator<T> který lze použít pro iteraci prostřednictvím kolekce.

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze ho použít pouze v TableRowCollection případě, že je instance přetypována do IEnumerable<T> rozhraní.

Platí pro