Click or drag to resize

CodeObjectAnnotations Property

Annotations (comments, attributes, directives, messages) associated with the current code object.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public ChildList<Annotation> Annotations { get; set; }

Property Value

Type: ChildListAnnotation
See Also