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
)
Public Sub New (
capacity As Integer
)
public:
SortedMapValueOidShort(
int capacity
)
new :
capacity : int -> SortedMapValueOidShort
Parameters
- capacity
- Type: SystemInt32
Presizes internal list to a requested size
See Also