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