Initializes a new instance of the
JsonObject class
Namespace: X3Platform.Ajax.JsonAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic JsonObject(
IDictionary<string, Object> dictionary
)
public:
JsonObject(
IDictionary<String^, Object^>^ dictionary
)
Parameters
- dictionary
- Type: System.Collections.GenericIDictionaryString, Object
[Missing <param name="dictionary"/> documentation for "M:X3Platform.Ajax.Json.JsonObject.#ctor(System.Collections.Generic.IDictionary{System.String,System.Object})"]
See Also