Json.NET - Quick Starts & API Documentation
JConstructor Constructor (other)
Namespaces ► Newtonsoft.Json.Linq ► JConstructor ► JConstructor(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.