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

Namespace: X3Platform.Ajax.Json
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public JsonArray(
	string key,
	Object[] array
)

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:X3Platform.Ajax.Json.JsonArray.#ctor(System.String,System.Object[])"]

array
Type: SystemObject

[Missing <param name="array"/> documentation for "M:X3Platform.Ajax.Json.JsonArray.#ctor(System.String,System.Object[])"]

See Also