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

Creates an instance of the JsonWriter class using the specified TextWriter.

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

Syntax

C#
public JsonTextWriter(
	TextWriter textWriter
)
Visual Basic (Declaration)
Public Sub New ( _
	textWriter As TextWriter _
)
Visual C++
public:
JsonTextWriter(
	TextWriter^ textWriter
)

Parameters

textWriter
Type: System.IO..::.TextWriter
The TextWriter to write to.

See Also

JsonTextWriter Class
Facebook.Json Namespace