Click or drag to resize
JsonArray Constructor
Overload List
  NameDescription
Public methodJsonArray
Creates new empty JSON array.
Public methodJsonArray(Int32)
Creates new empty JSON array which and has the specified initial capacity.
Public methodJsonArray(IEnumerableJsonValue)
Creates new JSON array that contains elements copied from the given collection.
Top
See Also