Json.NET Documentation
Json.NET Documentation
API Reference
Newtonsoft.Json.Linq
JProperty Class
JProperty Constructor
JProperty Constructor (JProperty)
JProperty Constructor (String, Object)
JProperty Constructor (String, Object[])
JProperty Constructor (JProperty)
Initializes a new instance of the
JProperty
class from another
JProperty
object.
Namespace:
Newtonsoft.Json.Linq
Assembly:
Newtonsoft.Json (in Newtonsoft.Json.dll) Version: 12.0.1+509643a8952ce731e0207710c429ad6e67dc43db
Syntax
C#
Copy
public
JProperty
(
JProperty
other
)
Parameters
other
Type:
Newtonsoft.Json.Linq
JProperty
A
JProperty
object to copy from.
See Also
Reference
JProperty Class
JProperty Overload
Newtonsoft.Json.Linq Namespace
Json.NET Home