Click or drag to resize

BlockEndColumnNumber Property

The ending column number associated with the Block if parsed from or written to text form. This will be the column of the closing '}' if any, or of the last token if there are no braces, which is usually the ';' of the last statement.

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

Property Value

Type: Int32
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