CodeNamespace::Comments Property

 

Gets the comments for the namespace.

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

public:
property CodeCommentStatementCollection^ Comments {
	CodeCommentStatementCollection^ get();
}

Property Value

Type: System.CodeDom::CodeCommentStatementCollection^

A CodeCommentStatementCollection that indicates the comments for the namespace.

.NET Framework
Available since 1.1
Return to top
Show: