JaCIL Framework API

IInstructionStream.Append Method 

Appends an instruction after this one.

void Append(
   IInstructionStream instr
);

Parameters

instr
The instruction stream to append after 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