Click or drag to resize

CodeUnitListedAnnotations Property

All 'listed' code annotations (Messages and special Comments) for this CodeUnit.

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

Property Value

Type: ListAnnotation
See Also