Table of Contents

Method IsBefore

Namespace
MonoMod.Cil
Assembly
MonoMod.Utils.dll

IsBefore(Instruction)

Is this cursor before the given instruction?
public bool IsBefore(Instruction instr)

Parameters

instr Instruction
The instruction to check.

Returns

bool
True if this cursor is before the given instruction, false otherwise.