FieldDeclAssociateCommentWhenParsing Method |
Determine if the specified comment should be associated with the current code object during parsing.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public override bool AssociateCommentWhenParsing(
CommentBase comment
)
Parameters
- comment
- Type: Nova.CodeDOMCommentBase
Return Value
Type:
BooleanSee Also