Initializes a new instance of the JSONObject class
Namespace: DayPilot.Web.Mvc.JsonAssembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.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.Web.Mvc.Json..::..JsonData