SortedSetOidShortKey Constructor (Int32) |
Constructs an OidShort based sorted set with an initial presized capacity
Namespace:
VelocityDb.Collection
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public SortedSetOidShort(
int capacity
)
Public Sub New (
capacity As Integer
)
public:
SortedSetOidShort(
int capacity
)
new :
capacity : int -> SortedSetOidShort
Parameters
- capacity
- Type: SystemInt32
See Also