[This is preliminary documentation and is subject to change.]
Writes out the given white space.
Namespace:
Assembly: Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)
Syntax
C# |
---|
public virtual void WriteWhitespace( string ws ) |
Visual Basic (Declaration) |
---|
Public Overridable Sub WriteWhitespace ( _ ws As String _ ) |
Visual C++ |
---|
public: virtual void WriteWhitespace( String^ ws ) |
Parameters
- ws
- Type: System..::.String
The string of white space characters.