Click or drag to resize

BaseMapTK, TVAdd Method (TK, TV)

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

Parameters

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