JsonArray Constructor (Int32) |
Creates new empty JSON array which and has the specified initial capacity.
Namespace: Dextronet.JsonieAssembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntax public JsonArray(
int capacity
)
Public Sub New (
capacity As Integer
)
Parameters
- capacity
- Type: SystemInt32
The number of elements that the new array can initially store.
See Also