Click or drag to resize

CodeObjectAssociateCommentWhenParsing 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
C#
public virtual bool AssociateCommentWhenParsing(
	CommentBase comment
)

Parameters

comment
Type: Nova.CodeDOMCommentBase

Return Value

Type: Boolean
See Also