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(
Object content
)
Public Sub New (
content As Object
)
Parameters
- content
- Type: SystemObject
[Missing <param name="content"/> documentation for "M:Stimulsoft.Base.Json.Linq.JArray.#ctor(System.Object)"]
See Also