TokenMessageLineNumber Property |
The line number associated with the related
Token (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 from when the object was parsed.
See Also