Table of Contents

Method MatchBreak

Namespace
MonoMod.Cil
Assembly
MonoMod.Utils.dll

MatchBreak(Instruction)

Matches an instruction with opcode Break.
public static bool MatchBreak(this Instruction instr)

Parameters

instr Instruction
The instruction to try to match.

Returns

bool
true if the instruction matches; false otherwise.