Table of Contents

Method RemoveRange

Namespace
MonoMod.Cil
Assembly
MonoMod.Utils.dll

RemoveRange(int)

Remove several instructions. Any labels or exception ranges pointing to the instruction will be moved to the following instruction. Cursor position will be maintained.
public ILCursor RemoveRange(int num)

Parameters

num int

Returns

ILCursor