Initializes a new instance of the
JConstructor class with the specified name and content.

Declaration Syntax
Public Sub New ( _
name As String, _
ParamArray content As Object() _
)
public:
JConstructor(
String^ name,
... array<Object^>^ content
)

Parameters
- name (String)
- The constructor name.
- content (array<Object>[]()[][])
- The contents of the constructor.
Assembly:
Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.5.14908)