CodeTypeMember::Comments Property
.NET Framework (current version)
Gets the collection of comments for the type member.
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 member.
The comments in this collection are written to the generated source file just before the declaration of the member.
.NET Framework
Available since 1.1
Available since 1.1
Show: