TypeDeclStartLineNumber Property |
The starting line number of any modifier if parsed from or written to text form.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public int StartLineNumber { 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