Writes out the given white space.

Declaration Syntax
public override void WriteWhitespace(
string ws
)
Public Overrides Sub WriteWhitespace ( _
ws As String _
)
public:
virtual void WriteWhitespace(
String^ ws
) override

Parameters
- ws (String)
- The string of white space characters.
Assembly:
Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.5.14908)