CodeObjectLineNumber Property |
The line 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 LineNumber { get; set; }
Property Value
Type:
Int32Remarks
The line number will match the input file when the object is parsed, but may differ if the code tree is modified.
See Also