Table of Contents

Property Next

Namespace
MonoMod.Cil
Assembly
MonoMod.Utils.dll

Next

The instruction immediately following the cursor position or null if the cursor is at the end of the instruction list.
public Instruction? Next { get; set; }

Property Value

Instruction