Comment Constructor (String, CommentFlags) |
Create a
Comment with the specified text content.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public Comment(
string text,
CommentFlags flags = CommentFlags.None
)
Parameters
- text
- Type: SystemString
- flags (Optional)
- Type: Nova.CodeDOMCommentFlags
See Also