CodeObjectColumnNumber Property |
The column number associated with the
CodeObject (if any, 0 if none).
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public virtual int ColumnNumber { get; set; }
Property Value
Type:
Int32Remarks
The column will match the input file when the object is parsed, but may differ if the code tree is modified.
See Also