IMap<TKey,TValue>.Add Method

Overloads

Add(TKey, TValue)

Adds an element with the specified key and value to the collection.

Add(TKey, TValue)

Adds an element with the specified key and value to the collection.

Delphi
procedure Add(const key: TKey; const value: TValue)

Parameters

key
TKey

The key of the element to add.

value
TValue

The value of the element to add.