Method MatchThrow
MatchThrow(Instruction)
Matches an instruction with opcode Throw.
public static bool MatchThrow(this Instruction instr)
Parameters
instr
Instruction- The instruction to try to match.
public static bool MatchThrow(this Instruction instr)
instr
Instruction