IEnumerable.GetEnumerator Method
Definition
Returns an enumerator that iterates through a collection.
Delphi
function GetEnumerator: IEnumerator
Returns
IEnumerator
An IEnumerator object that can be used to iterate through the collection.