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

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

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

Syntax

C#
public JConstructor(
	string name
)
Visual Basic (Declaration)
Public Sub New ( _
	name As String _
)
Visual C++
public:
JConstructor(
	String^ name
)

Parameters

name
Type: System..::.String
The constructor name.

See Also

JConstructor Class
JConstructor Overload
Facebook.Json.Linq Namespace