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 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