Click or drag to resize

CodeObjectRemoveAllAnnotationsWhereT Method

Remove all annotations from this object where the specified predicate is true.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public void RemoveAllAnnotationsWhere<T>(
	Predicate<T> predicate,
	bool notify = true
)
where T : Annotation

Parameters

predicate
Type: SystemPredicateT
notify (Optional)
Type: SystemBoolean

Type Parameters

T
See Also