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
)
Public Sub New (
Optional capacity As Integer = 0
)
public:
SortedMap(
int capacity = 0
)
new :
?capacity : int
(* Defaults:
let _capacity = defaultArg capacity 0
*)
-> SortedMap
Parameters
- capacity (Optional)
- Type: SystemInt32
Presizes internal list to a requested size
See Also