Navigation: Code Documentation > RSCommon > RSGenerics.Collections > Classes > TRSHashTable<TKey,TValue> > Methods
TRSHashTable<TKey,TValue>.Get(TKey) Method
Retrieves the value at this key.
Namespace: RSGenerics.Collections
Delphi
public function Get(const Key: TKey): TValue; inline;
Parameters
Key
Type: TKey
Type: TValue
•Items
•TRSHashTable<TKey,TValue>
•RSGenerics.Collections