Click or drag to resize

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
C#
public Comment GetComment(
	Predicate<Comment> predicate
)

Parameters

predicate
Type: SystemPredicateComment

Return Value

Type: Comment
See Also