TypedTableBase<T>.IEnumerable.GetEnumerator Method

Definition

Returns an enumerator for the typed-DataRow. This method supports typed-DataTable object generation by Visual Studio and the XSD.exe .NET Framework tool. This method is not intended to be used directly from your code.

 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

Returns

An object that implements the IEnumerator<T> interface.

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the TypedTableBase<T> instance is cast to an IEnumerable interface.

Applies to