WriteComment Method (text)

Json.NET

Json.NET - Quick Starts & API Documentation WriteComment Method (text)
NamespacesNewtonsoft.Json.BsonBsonWriterWriteComment(String)
Writes out a comment
CopyC#
/*...*/
containing the specified text.
Declaration Syntax
C# Visual Basic Visual C++
public override void WriteComment(
	string text
)
Public Overrides Sub WriteComment ( _
	text As String _
)
public:
virtual void WriteComment(
	String^ text
) override
Parameters
text (String)
Text to place inside the comment.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.6.14930)