CodeObjectAttachComment Method |
Create a comment object and attach it to the code object.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public void AttachComment(
string comment,
AnnotationFlags annotationFlags = AnnotationFlags.None,
CommentFlags commentFlags = CommentFlags.None
)
Parameters
- comment
- Type: SystemString
- annotationFlags (Optional)
- Type: Nova.CodeDOMAnnotationFlags
- commentFlags (Optional)
- Type: Nova.CodeDOMCommentFlags
See Also