JaCIL Framework API

IInstructionStream.Insert Method 

Inserts an instruction before this one.

void Insert(
   IInstructionStream instr
);

Parameters

instr
The instruction stream to insert before this one.

Remarks

For manipulating the stream, this is one of the preferred ways of doing it.

See Also

IInstructionStream Interface | JaCIL.Compiler.Instruction Namespace