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

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

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

Syntax

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

Parameters

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

See Also

JArray Class
JArray Overload
Facebook.Json.Linq Namespace