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

Initializes a new instance of the JsonReader class with the specified TextReader.

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

Syntax

C#
public JsonTextReader(
	TextReader reader
)
Visual Basic (Declaration)
Public Sub New ( _
	reader As TextReader _
)
Visual C++
public:
JsonTextReader(
	TextReader^ reader
)

Parameters

reader
Type: System.IO..::.TextReader
The TextReader containing the XML data to read.

See Also

JsonTextReader Class
Facebook.Json Namespace