Click or drag to resize

MessageColumnNumber Property

The column number associated with the Parent CodeObject of the Message (if any, 0 if none).

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

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. Parsing messages that relate to a Token will use TokenMessage, in which case the column will be that of the related Token.
See Also