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