Click or drag to resize

CodeObject_columnNumber Field

The starting column number associated with the CodeObject if parsed from or written to text form.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
protected ushort _columnNumber

Field Value

Type: UInt16
Remarks
Note that if the code object tree is modified, this column may continue to reflect that of the original parsed source until it is updated by writing back to text form. For manually built trees, it won't be set until the tree is written in text form.
See Also