Json.NET - Quick Starts & API Documentation
WriteComment Method (text)
Namespaces ► Newtonsoft.Json ► JsonWriter ► WriteComment(String)
Writes out a comment containing the specified text.
CopyC#
/*...*/
Declaration Syntax
Parameters
- text (String)
- Text to place inside the comment.