JConstructor Constructor (name, content)

Json.NET

Json.NET - Quick Starts & API Documentation JConstructor Constructor (name, content)
NamespacesNewtonsoft.Json.LinqJConstructorJConstructor(String, Object)
Initializes a new instance of the JConstructor class with the specified name and content.
Declaration Syntax
C# Visual Basic Visual C++
public JConstructor(
	string name,
	Object content
)
Public Sub New ( _
	name As String, _
	content As Object _
)
public:
JConstructor(
	String^ name, 
	Object^ content
)
Parameters
name (String)
The constructor name.
content (Object)
The contents of the constructor.

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