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.5.0.0 (4.5.6.14930)