Click or drag to resize

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
C#
public virtual int LineNumber { get; set; }

Property Value

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