Table of Contents

Method Remove

Namespace
MonoMod.Cil
Assembly
MonoMod.Utils.dll

Remove()

Remove the Next instruction. Any labels or exception ranges pointing to the instruction will be moved to the following instruction. Cursor position will be maintained.
public ILCursor Remove()

Returns

ILCursor