Click or drag to resize
JsonObject Constructor
Initializes a new instance of the JsonObject class

Namespace: X3Platform.Ajax.Json
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
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