Click or drag to resize

TokenMessageColumnNumber Property

The column number associated with the related Token (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 column will match the input file from when the object was parsed.
See Also