Writes out the given white space.

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

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