JValue Constructor (value)

Json.NET

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

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