![]() | WeakDictionaryTKey, TValueAdd Method (TKey, TValue) |
Namespace: com.espertech.esper.compat
public void Add( TKey key, TValue value )
Exception | Condition |
---|---|
NotSupportedException | The IDictionaryTKey, TValue is read-only. |
ArgumentException | An element with the same key already exists in the IDictionaryTKey, TValue. |
ArgumentNullException | key is null. |