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

Loads an JConstructor from a JsonReader.

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

Syntax

C#
public static JConstructor Load(
	JsonReader reader
)
Visual Basic (Declaration)
Public Shared Function Load ( _
	reader As JsonReader _
) As JConstructor
Visual C++
public:
static JConstructor^ Load(
	JsonReader^ reader
)

Parameters

reader
Type: Facebook.Json..::.JsonReader
A JsonReader that will be read for the content of the JConstructor.

Return Value

A JConstructor that contains the JSON that was read from the specified JsonReader.

See Also

JConstructor Class
Facebook.Json.Linq Namespace