MessageLineNumber Property |
The line number associated with the Parent
CodeObject of the
Message (if any, 0 if none).
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public override int LineNumber { get; }
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.
Parsing messages that relate to a
Token will use
TokenMessage, in which case the line
number will be that of the related
Token.
See Also