LineInfo
Struct in DebugInfo
Inherits from System.ValueType
Summary
Contains positional information about an instruction.
Fields
Name
Description
The zero-indexed character number in FileName that contains the statement or expression that this line was produced from.
The file name of the source that this intruction was produced from.
The zero-indexed line number in FileName that contains the statement or expression that this line was produced from.
The node name of the source that this intruction was produced from.
Last updated