Navigation: Code Documentation > RSCommon > RSGenerics.Collections > Classes > TRSHashTable<TKey,TValue> > Methods
TRSHashTable<TKey,TValue>.DoSetValue(Integer,TValue) Method
Overwrites value in dictionary at the given index
Namespace: RSGenerics.Collections
Delphi
protected procedure DoSetValue(Index: Integer; const Value: TValue); override;
Parameters
Index
Type: Integer
Value
Type: TValue
TRSDictionary<TKey,TValue>.DoSetValue(Integer,TValue)
•RSGenerics.Collections.TRSDictionary<TKey,TValue>.DoSetValue(Integer,TValue)
•RSGenerics.Collections.TRSDictionary<TKey,TValue>.DoRemove(TKey,Integer,TCollectionNotification)
•TRSHashTable<TKey,TValue>
•RSGenerics.Collections