JValue Constructor (other)

Json.NET

Json.NET - Quick Starts & API Documentation JValue Constructor (other)
NamespacesNewtonsoft.Json.LinqJValueJValue(JValue)
Initializes a new instance of the JValue class from another JValue object.
Declaration Syntax
C# Visual Basic Visual C++
public JValue(
	JValue other
)
Public Sub New ( _
	other As JValue _
)
public:
JValue(
	JValue^ other
)
Parameters
other (JValue)
A JValue object to copy from.

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