Click or drag to resize

NullImplementationNullDictionaryAdd Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Adds an element with the provided key and value to the dictionary.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
public void Add(
	Object key,
	Object value
)

Parameters

key
Type: SystemObject
The object to use as the key of the element to add.
value
Type: SystemObject
The object to use as the value of the element to add.

Implements

IDictionaryAdd(Object, Object)
See Also