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

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 3.5.0.0 (3.5.0.0)