Initializes a new instance of the JSONArray class
Namespace: DayPilot.Web.Ui.JsonAssembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)
Syntax
C# |
---|
public JSONArray( JsonData data ) |
Visual Basic |
---|
Public Sub New ( _ data As JsonData _ ) |
Visual C++ |
---|
public: JSONArray( JsonData^ data ) |
Parameters
- data
- Type: DayPilot.Json..::..JsonData