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