Click or drag to resize

ReferenceMapTKey, TValue Constructor (Int32, ReferenceType, ReferenceType)

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public ReferenceMap(
	int capacity,
	ReferenceType keyReferenceType,
	ReferenceType valueReferenceType
)

Parameters

capacity
Type: SystemInt32
The capacity.
keyReferenceType
Type: com.espertech.esper.compat.collectionsReferenceType
Type of the key reference.
valueReferenceType
Type: com.espertech.esper.compat.collectionsReferenceType
Type of the value reference.
See Also