Click or drag to resize

FIFOHashSetT Constructor (Int32)

Namespace:  com.espertech.esper.collection
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public FIFOHashSet(
	int minCapacity
)

Parameters

minCapacity
Type: SystemInt32
The minimum capacity.
See Also