Struct in NodeDebugInfo
Inherits from System.ValueType
System.ValueType
Contains positional information about an instruction.
public struct LineInfo
FileName
The file name of the source that this intruction was produced from.
NodeName
The node name of the source that this intruction was produced from.
Position
The position in FileName that contains the statement or expression that this line was produced from.
Last updated 6 days ago
Was this helpful?