WCF-Xtensions Class Reference for .NET
WriteComment Method (JsonTextWriter)






Text to place inside the comment.
Writes out a comment /*...*/ containing the specified text.
Syntax
public override void WriteComment( 
   System.string text
)
public procedure WriteComment( 
    text: System.String
); override; 
public override function WriteComment( 
   text : System.String
);
public: void WriteComment( 
   System.string* text
) override 
public:
void WriteComment( 
   System.String^ text
) override 
'Declaration
 
Public Overrides Sub WriteComment( _
   ByVal text As System.String _
) 
 
'Usage
 
Dim instance As JsonTextWriter
Dim text As System.String
 
instance.WriteComment(text)

Parameters

text
Text to place inside the comment.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

JsonTextWriter Class
JsonTextWriter Members
Base Implementation in WriteComment

Send Feedback