JConstructor Constructor (other)

Json.NET

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

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