Method in NodeDebugInfo
Gets a LineInfo object that describes the specified instruction at the index instructionNumber .
instructionNumber
public LineInfo GetLineInfo(int instructionNumber)
int instructionNumber
int
The index of the instruction to retrieve information for.
A LineInfo object that describes the position of the instruction.
Last updated 2 months ago
Was this helpful?