JProperty Constructor (name, content)

Json.NET

Json.NET - Quick Starts & API Documentation JProperty Constructor (name, content)
NamespacesNewtonsoft.Json.LinqJPropertyJProperty(String, array<Object>[]()[][])
Initializes a new instance of the JProperty class.
Declaration Syntax
C# Visual Basic Visual C++
public JProperty(
	string name,
	params Object[] content
)
Public Sub New ( _
	name As String, _
	ParamArray content As Object() _
)
public:
JProperty(
	String^ name, 
	... array<Object^>^ content
)
Parameters
name (String)
The property name.
content (array<Object>[]()[][])
The property content.

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