TypedTableBase<T>.IEnumerable.GetEnumerator Metoda

Definice

Vrátí enumerátor pro typ-DataRow. Tato metoda podporuje generování objektů typed pomocíDataTable sady Visual Studio a nástroje XSD.exe .NET Framework. Tato metoda není určena k použití přímo z kódu.

 virtual System::Collections::IEnumerator ^ System.Collections.IEnumerable.GetEnumerator() = System::Collections::IEnumerable::GetEnumerator;
System.Collections.IEnumerator IEnumerable.GetEnumerator ();
abstract member System.Collections.IEnumerable.GetEnumerator : unit -> System.Collections.IEnumerator
override this.System.Collections.IEnumerable.GetEnumerator : unit -> System.Collections.IEnumerator
Function GetEnumerator () As IEnumerator Implements IEnumerable.GetEnumerator

Návraty

Objekt, který implementuje IEnumerator<T> rozhraní.

Implementuje

Poznámky

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

Platí pro