Click or drag to resize

JProperty Constructor (String, Object)

Initializes a new instance of the JProperty class

Namespace:  Stimulsoft.Base.Json.Linq
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public JProperty(
	string name,
	params Object[] content
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Stimulsoft.Base.Json.Linq.JProperty.#ctor(System.String,System.Object[])"]

content
Type: SystemObject

[Missing <param name="content"/> documentation for "M:Stimulsoft.Base.Json.Linq.JProperty.#ctor(System.String,System.Object[])"]

See Also