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