JObject Constructor (Object) |
Initializes a new instance of the
JObject class
Namespace:
Stimulsoft.Base.Json.Linq
Assembly:
Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax public JObject(
Object content
)
Public Sub New (
content As Object
)
Parameters
- content
- Type: SystemObject
[Missing <param name="content"/> documentation for "M:Stimulsoft.Base.Json.Linq.JObject.#ctor(System.Object)"]
See Also