Initializes a new instance of the
JValue class with the given value.
Declaration Syntax
C# |
Visual Basic |
Visual C++ |
public JValue(
bool value
)
Public Sub New ( _
value As Boolean _
)
public:
JValue(
bool value
)
Parameters
- value (Boolean)
- The value.
Assembly:
Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)