CodeObjectRemoveAllAnnotationsT Method |
Remove all annotations of the specified type from this object.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public void RemoveAllAnnotations<T>(
bool notify = true
)
where T : Annotation
Parameters
- notify (Optional)
- Type: SystemBoolean
Type Parameters
- T
See Also