Initializes a JsonData class with a boolean value.
Namespace:
DayPilot.JsonAssembly: DayPilot (in DayPilot.dll) Version: 5.8.1956.0 (5.8.1956.0)
Syntax
| C# |
|---|
public JsonData( bool boolean ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ boolean As Boolean _ ) |
| Visual C++ |
|---|
public: JsonData( bool boolean ) |
Parameters
- boolean
- Type: System..::.Boolean