[This is preliminary documentation and is subject to change.]

Creates a JValue comment with the given value.

Namespace:  Facebook.Json.Linq
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

C#
public static JValue CreateComment(
	string value
)
Visual Basic (Declaration)
Public Shared Function CreateComment ( _
	value As String _
) As JValue
Visual C++
public:
static JValue^ CreateComment(
	String^ value
)

Parameters

value
Type: System..::.String
The value.

Return Value

A JValue comment with the given value.

See Also

JValue Class
Facebook.Json.Linq Namespace