JValue Constructor (value)

Json.NET

Json.NET - Quick Starts & API Documentation JValue Constructor (value)
NamespacesNewtonsoft.Json.LinqJValueJValue(Int64)
Initializes a new instance of the JValue class with the given value.
Declaration Syntax
C# Visual Basic Visual C++
public JValue(
	long value
)
Public Sub New ( _
	value As Long _
)
public:
JValue(
	long long value
)
Parameters
value (Int64)
The value.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.6.14930)