CodeUnitColumnNumber Property |
The column 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. If the column is set
to a non-zero value, NewLines will be automatically set to 0, and the first parsed token will have IsNewLine
set to false.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public override int ColumnNumber { get; set; }
Property Value
Type:
Int32Remarks
The column will match the input file when the object is parsed, but may differ if the code tree is modified.
See Also