TEnumerableBase<T>.GetEnumeratorNonGeneric Method
Returns an enumerator that iterates through a collection.
private function GetEnumeratorNonGeneric: IEnumerator; override; final;
Return Value
Type: IEnumerator
An IEnumerator object that can be used to iterate through the collection.