SortedDictionaryAdd Method |
Namespace: Tangosol.Util.Collections
public override void Add( Object key, Object value )
Exception | Condition |
---|---|
ArgumentException | An element with the same key already exists in the IDictionary object. |
NotSupportedException | The IDictionary is read-only. -or- The IDictionary has a fixed size. |