CodeGenerator::GenerateCommentStatement Method (CodeCommentStatement^)

 

Generates code for the specified comment statement.

Namespace:   System.CodeDom.Compiler
Assembly:  System (in System.dll)

protected:
virtual void GenerateCommentStatement(
	CodeCommentStatement^ e
)

Parameters

e
Type: System.CodeDom::CodeCommentStatement^

The statement to generate code for.

Exception Condition
ArgumentException

The Comment property of e is not set.

.NET Framework
Available since 1.1
Return to top
Show: