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

Writes out the given white space.

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

Syntax

C#
public override void WriteWhitespace(
	string ws
)
Visual Basic (Declaration)
Public Overrides Sub WriteWhitespace ( _
	ws As String _
)
Visual C++
public:
virtual void WriteWhitespace(
	String^ ws
) override

Parameters

ws
Type: System..::.String
The string of white space characters.

See Also

JsonTextWriter Class
Facebook.Json Namespace