NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CSharpCodeGenerator.GenerateCommentStatement

Generates code for the specified CodeDOM based comment statement representation.

[Visual Basic]
Overrides Protected Sub GenerateCommentStatement( _
   ByVal e As CodeCommentStatement _
)
[C#]
protected override void GenerateCommentStatement(
   CodeCommentStatement e
);
[C++]
protected: override void GenerateCommentStatement(
   CodeCommentStatement* e
);
[JScript]
protected override function GenerateCommentStatement(
   e : CodeCommentStatement
);

Parameters

e
A CodeCommentStatement that indicates the statement to generate code for.

See Also

CSharpCodeGenerator Class | CSharpCodeGenerator Members | System.CodeDOM.Compiler Namespace | CodeCommentStatement