C#
VB
C++
Adds an element with the provided key and value to the IDictionary.
key
The object to use as the key of the element to add.
value
The object to use as the value of the element to add.
Exceptions
Exception | Description |
---|---|
System.ArgumentNullException | key is null. |
System.ArgumentException | An element with the same key already exists in the IDictionary. |
System.NotSupportedException | The IDictionary is read-only. |
ThreadSafeDictionary<TKey,TValue> Class
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET