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