Adds key/value pair to dictionary at the given index
Namespace: RSGenerics.Collections
Delphi |
protected |
Parameters
HashCode
Type: Integer
Index
Type: Integer
Key
Type: TKey
Value
Type: TValue
TRSDictionary<TKey,TValue>.DoAdd(Integer,Integer,TKey,TValue)