CodeCommentStatement Constructor (CodeComment^)

 

Initializes a new instance of the CodeCommentStatement class using the specified comment.

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

public:
CodeCommentStatement(
	CodeComment^ comment
)

Parameters

comment
Type: System.CodeDom::CodeComment^

A CodeComment that indicates the comment.

.NET Framework
Available since 1.1
Return to top
Show: