[This is preliminary documentation and is subject to change.]

Initializes a new instance of the JObject class with the specified content.

Namespace:  Facebook.Json.Linq
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

C#
public JObject(
	params Object[] content
)
Visual Basic (Declaration)
Public Sub New ( _
	ParamArray content As Object() _
)
Visual C++
public:
JObject(
	... array<Object^>^ content
)

Parameters

content
Type: array< System..::.Object >[]()[]
The contents of the object.

See Also

JObject Class
JObject Overload
Facebook.Json.Linq Namespace