TMultiMapBase<TKey,TValue>.Add(TKey,TValue) Method
Adds an element with the provided key and value to the IMap<TKey,TValue>.
public procedure Add(const key: TKey; const value: TValue); override;
Parameters
- key
- Type: TKeyThe value to use as the key of the element to add. 
- value
- Type: TValueThe value to use as the value of the element to add.