Table of Contents

Method IsAfter

Namespace
MonoMod.Cil
Assembly
MonoMod.Utils.dll

IsAfter(Instruction)

Is this cursor after the given instruction?
public bool IsAfter(Instruction instr)

Parameters

instr Instruction
The instruction to check.

Returns

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