Click or drag to resize

TransformDictionaryTK1, TV1, TK2, TV2Add Method (TK1, TV1)

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

Parameters

key
Type: TK1
The object to use as the key of the element to add.
value
Type: TV1
The object to use as the value of the element to add.
Exceptions
ExceptionCondition
NotImplementedException
See Also