Click or drag to resize
JsonBool Constructor
Creates new JSON boolean of the specified value.

Namespace: Dextronet.Jsonie
Assembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntax
public JsonBool(
	bool value
)

Parameters

value
Type: SystemBoolean
The value of the boolean.
See Also