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