AmoDataReader.GetEnumerator Method

Definition

Returns an enumerator that iterates through the collection.

public System.Collections.IEnumerator GetEnumerator ();
member this.GetEnumerator : unit -> System.Collections.IEnumerator
Public Function GetEnumerator () As IEnumerator

Returns

An IEnumerator object that can be used to iterate through the collection.

Applies to