SortedSetAnyKey Constructor (Int32) |
Constructs a set with a given initial capacity
Namespace:
VelocityDb.Collection
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public SortedSetAny(
int capacity
)
Public Sub New (
capacity As Integer
)
public:
SortedSetAny(
int capacity
)
new :
capacity : int -> SortedSetAny
Parameters
- capacity
- Type: SystemInt32
See Also