Method in NodeDebugInfo
Gets a LineInfo object that describes the specified instruction at the index instructionNumber .
public LineInfo GetLineInfo(int instructionNumber)int instructionNumber
The index of the instruction to retrieve information for.
A object that describes the position of the instruction.