Navigation: Code Documentation > RSCommon > RSGenerics.Collections > Classes > TRSEnumerable<T> > Methods
TRSEnumerable<T>.DoGetEnumerator Method
Returns the container's enumerator.
Implement the DoGetEnumerator protected method in order to return the container's enumerator.
Namespace: RSGenerics.Collections
Delphi
protected function DoGetEnumerator: TEnumerator<T>; virtual; abstract;
Return Value
Type: TEnumerator<T>
•TRSEnumerable<T>
•RSGenerics.Collections