Navigation: Code Documentation > RSCommon > RSGenerics.Collections > Classes > TRSDictionary<TKey,TValue> > Methods
TRSDictionary<TKey,TValue>.DoGetEnumerator Method
Returns the container's enumerator.
Namespace: RSGenerics.Collections
Delphi
protected function DoGetEnumerator: TEnumerator<TPair<TKey,TValue>>; override;
Return Value
Type: TEnumerator<TPair<TKey,TValue>>
TRSEnumerable<T>.DoGetEnumerator
•RSGenerics.Collections.TRSDictionary<TKey,TValue>.GetEnumerator
•TRSDictionary<TKey,TValue>
•RSGenerics.Collections