ConverterCollectionsConverterDictionaryAdd Method |
Namespace: Tangosol.Util
public virtual void Add( Object key, Object value )
| Exception | Condition |
|---|---|
| ArgumentException | An element with the same key already exists in the dictionary. |
| ArgumentNullException | Key is null. |
| NotSupportedException | The dictionary is read-only or the dictionary has a fixed size. |