Writes out a comment
CopyC#
containing the specified text.

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

Parameters
- text (String)
- Text to place inside the comment.
Assembly:
Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13929)