CodeObjectGetComment Method |
Get the comment that satisfies the specified predicate.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public Comment GetComment(
Predicate<Comment> predicate
)
Parameters
- predicate
- Type: SystemPredicateComment
Return Value
Type:
CommentSee Also