CommentCheckForSpecialComment Method |
Check if text represents a "special" comment.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax protected CommentFlags CheckForSpecialComment(
string comment
)
Parameters
- comment
- Type: SystemString
Return Value
Type:
CommentFlagsCommentFlag for special comment type, or None.
See Also