Click or drag to resize
JsonArray Constructor (Int32)
Creates new empty JSON array which and has the specified initial capacity.

Namespace: Dextronet.Jsonie
Assembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntax
public JsonArray(
	int capacity
)

Parameters

capacity
Type: SystemInt32
The number of elements that the new array can initially store.
See Also