Click or drag to resize

NullableDictionaryK, VAdd Method (K, V)

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public void Add(
	K key,
	V value
)

Parameters

key
Type: K
The object to use as the key of the element to add.
value
Type: V
The object to use as the value of the element to add.
Exceptions
See Also