JProperty Constructor (other)

Json.NET

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

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