Click or drag to resize

SortedMapValueOidShortKey, Value Constructor (Int32)

Constructs a new map with OidShort based values

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

Parameters

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