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

Initializes a new instance of the JConstructor class from another JConstructor object.

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

Syntax

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

Parameters

other
Type: Facebook.Json.Linq..::.JConstructor
A JConstructor object to copy from.

See Also

JConstructor Class
JConstructor Overload
Facebook.Json.Linq Namespace