| JsonData Constructor (Int32) |
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(
int number
)
public:
JsonData(
int number
)
Parameters
- number
- Type: SystemInt32
[Missing <param name="number"/> documentation for "M:X3Platform.Json.JsonData.#ctor(System.Int32)"]
See Also