CodeObjectAttachAnnotation Method (Annotation, AnnotationFlags, Boolean) |
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public void AttachAnnotation(
Annotation annotation,
AnnotationFlags position,
bool atFront = false
)
Parameters
- annotation
- Type: Nova.CodeDOMAnnotation
The annotation. - position
- Type: Nova.CodeDOMAnnotationFlags
The position at which to place it. - atFront (Optional)
- Type: SystemBoolean
Inserts at the front of any existing annotations if true, otherwise adds at the end.
See Also