Navigation: Code Documentation > RSCommon > RSGenerics.Collections > Classes > TRSDictionary<TKey,TValue> > Methods
TRSDictionary<TKey,TValue>.DoAdd(Integer,Integer,TKey,TValue) Method
Adds key/value pair to dictionary at the given index
Namespace: RSGenerics.Collections
Delphi
protected procedure DoAdd(HashCode, Index: Integer; const Key: TKey; const Value: TValue); virtual;
Parameters
HashCode
Type: Integer
Index
Key
Type: TKey
Value
Type: TValue
•RSGenerics.Collections.TRSDictionary<TKey,TValue>.DoSetValue(Integer,TValue)
•RSGenerics.Collections.TRSDictionary<TKey,TValue>.DoRemove(TKey,Integer,TCollectionNotification)
•TRSDictionary<TKey,TValue>
•RSGenerics.Collections