[This is preliminary documentation and is subject to change.]

Initializes a new instance of the JValue class with the given value.

Namespace:  Facebook.Json.Linq
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

C#
public JValue(
	bool value
)
Visual Basic (Declaration)
Public Sub New ( _
	value As Boolean _
)
Visual C++
public:
JValue(
	bool value
)

Parameters

value
Type: System..::.Boolean
The value.

See Also

JValue Class
JValue Overload
Facebook.Json.Linq Namespace