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!

CodeCommentStatement Constructor

Initializes a new instance of CodeCommentStatement.

Overload List

Initializes a new instance of CodeCommentStatement.

[Visual Basic] Overloads Public Sub New()
[C#] public CodeCommentStatement();
[C++] public: CodeCommentStatement();
[JScript] public function CodeCommentStatement();

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

[Visual Basic] Overloads Public Sub New(String)
[C#] public CodeCommentStatement(String);
[C++] public: CodeCommentStatement(String*);
[JScript] public function CodeCommentStatement(String);

See Also

CodeCommentStatement Class | CodeCommentStatement Members | System.CodeDOM Namespace