JConstructor Constructor (name)

Json.NET

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

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