Click or drag to resize

SortedMapKey, Value Constructor (Int32)

Constructs a new map

Namespace:  VelocityDb.Collection
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public SortedMap(
	int capacity = 0
)

Parameters

capacity (Optional)
Type: SystemInt32
Presizes internal list to a requested size
See Also