Spring.Base Spring.Collections IMap<TKey,TValue> Add IMap<TKey,TValue>.Add Method On this page Overloads Add(TKey, TValue) Unit: Spring.Collections Package: Spring.Base 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 Copy 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.