CodeCommentStatement Constructor (String^)

 

Initializes a new instance of the CodeCommentStatement class using the specified text as contents.

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

public:
CodeCommentStatement(
	String^ text
)

Parameters

text
Type: System::String^

The contents of the comment.

.NET Framework
Available since 1.1
Return to top
Show: