Navigation: Code Documentation > RSCommon > RSGenerics.Collections > Classes > TRSDictionary<TKey,TValue>.TKeyCollection > Methods
TRSDictionary<TKey,TValue>.TKeyCollection.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<TKey>; override;
Return Value
Type: TEnumerator<TKey>
TRSEnumerable<T>.DoGetEnumerator
•TRSDictionary<TKey,TValue>.TKeyCollection
•TRSDictionary<TKey,TValue>
•RSGenerics.Collections