Json.NET - Quick Starts & API Documentation
WriteStartConstructor Method (name)
NamespacesNewtonsoft.JsonJsonWriterWriteStartConstructor(String)
Writes the start of a constructor with the given name.
Declaration Syntax
C#Visual BasicVisual C++
public virtual void WriteStartConstructor(
	string name
)
Public Overridable Sub WriteStartConstructor ( _
	name As String _
)
public:
virtual void WriteStartConstructor(
	String^ name
)
Parameters
name (String)
The name of the constructor.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13929)