Click or drag to resize

AnnotationIsEOL Property

True if the annotation appears at the end-of-line (should only be true for EOL comments).

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public virtual bool IsEOL { get; set; }

Property Value

Type: Boolean
See Also