Click or drag to resize

TypeDeclStartColumnNumber Property

The starting column number of any modifier 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#
public int StartColumnNumber { get; set; }

Property Value

Type: Int32
Remarks
The column will match the input file when the object is parsed, but may differ if the code tree is modified.
See Also