Click or drag to resize

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
C#
protected CommentFlags CheckForSpecialComment(
	string comment
)

Parameters

comment
Type: SystemString

Return Value

Type: CommentFlags
CommentFlag for special comment type, or None.
See Also