CodeNamespace.Comments Property

Definition

Gets the comments for the namespace.

public:
 property System::CodeDom::CodeCommentStatementCollection ^ Comments { System::CodeDom::CodeCommentStatementCollection ^ get(); };
public System.CodeDom.CodeCommentStatementCollection Comments { get; }
member this.Comments : System.CodeDom.CodeCommentStatementCollection
Public ReadOnly Property Comments As CodeCommentStatementCollection

Property Value

A CodeCommentStatementCollection that indicates the comments for the namespace.

Applies to

See also