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

Creates an instance of JsonRaw with the content of the reader's current token.

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

Syntax

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

Parameters

reader
Type: Facebook.Json..::.JsonReader
The reader.

Return Value

An instance of JsonRaw with the content of the reader's current token.

See Also

JsonRaw Class
Facebook.Json Namespace