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