CreateComment Method (value)

Json.NET

Json.NET - Quick Starts & API Documentation CreateComment Method (value)
NamespacesNewtonsoft.Json.LinqJValueCreateComment(String)
Creates a JValue comment with the given value.
Declaration Syntax
C# Visual Basic Visual C++
public static JValue CreateComment(
	string value
)
Public Shared Function CreateComment ( _
	value As String _
) As JValue
public:
static JValue^ CreateComment(
	String^ value
)
Parameters
value (String)
The value.
Return Value
A JValue comment with the given value.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)