Navigation: Code Documentation > RSCommon > RSGenerics.Collections > Classes > TRSDictionary<TKey,TValue> > Methods
TRSDictionary<TKey,TValue>.GetEnumerator Method
Returns an key-value pair enumerator for the dictionary.
Namespace: RSGenerics.Collections
Delphi
public function GetEnumerator: TPairEnumerator; reintroduce;
Return Value
Type: TPairEnumerator
•RSGenerics.Collections.TRSDictionary<TKey,TValue>.TPairEnumerator
•RSGenerics.Collections.TRSDictionary<TKey,TValue>.Keys
•RSGenerics.Collections.TRSDictionary<TKey,TValue>.Values
•TRSDictionary<TKey,TValue>
•RSGenerics.Collections