LineInfo

Struct in NodeDebugInfo

Inherits from System.ValueType

Summary

Contains positional information about an instruction.

public struct LineInfo

Fields

NameDescription
FileNameThe file name of the source that this instruction was produced from.
NodeNameThe node name of the source that this instruction was produced from.
RangeThe range in FileName that contains the statement or expression that this line was produced from.