[This is preliminary documentation and is subject to change.]
Writes out a comment
CopyC# containing the specified text.
Namespace:

/*...*/
Assembly: Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)
Syntax
C# |
---|
public override void WriteComment( string text ) |
Visual Basic (Declaration) |
---|
Public Overrides Sub WriteComment ( _ text As String _ ) |
Visual C++ |
---|
public: virtual void WriteComment( String^ text ) override |
Parameters
- text
- Type: System..::.String
Text to place inside the comment.