BlockDeclAttachAnnotation Method (Annotation, Boolean) |
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public override void AttachAnnotation(
Annotation annotation,
bool atFront = false
)
Parameters
- annotation
- Type: Nova.CodeDOMAnnotation
The Annotation. - atFront (Optional)
- Type: SystemBoolean
Inserts at the front if true, otherwise adds at the end.
See Also