Table of Contents

Method MatchLdarg2

Namespace
MonoMod.Cil
Assembly
MonoMod.Utils.dll

MatchLdarg2(Instruction)

Matches an instruction with opcode Ldarg_2.
public static bool MatchLdarg2(this Instruction instr)

Parameters

instr Instruction
The instruction to try to match.

Returns

bool
true if the instruction matches; false otherwise.