JsonData Constructor (Object) |
Initializes a new instance of the
JsonData class
Namespace: X3Platform.JsonAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic JsonData(
Object obj
)
public:
JsonData(
Object^ obj
)
Parameters
- obj
- Type: SystemObject
[Missing <param name="obj"/> documentation for "M:X3Platform.Json.JsonData.#ctor(System.Object)"]
See Also