Click or drag to resize

CodeUnitLineNumber Property

The line number of a CodeUnit is normally 0, but may be set to a non-zero value to indicate the base offset of a code fragment being parsed within a larger code fragment or file.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public override int LineNumber { get; set; }

Property Value

Type: Int32
Remarks
The line number will match the input file when the object is parsed, but may differ if the code tree is modified.
See Also