Initializer_endLineNumber Field |
The ending line number associated with the
Initializer if parsed from or written to text form. This will be the
line of the closing '}'.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax protected int _endLineNumber
Field Value
Type:
Int32Remarks
Note that if the code object tree is modified, this line may continue to reflect that of the original parsed source until it
is updated by writing back to text form. For manually built trees, it won't be set until the tree is written in text form.
See Also