Click or drag to resize

JArray Constructor (Object)

Initializes a new instance of the JArray class

Namespace:  Stimulsoft.Base.Json.Linq
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public JArray(
	params Object[] content
)

Parameters

content
Type: SystemObject

[Missing <param name="content"/> documentation for "M:Stimulsoft.Base.Json.Linq.JArray.#ctor(System.Object[])"]

See Also