JaCIL Framework API

IInstructionStreamSet.Remove Method 

Removes a single instance of the IInstruction in the set. Does nothing if the stream is not contained within the set.

void Remove(
   IInstructionStream instr
);

Parameters

instr
The stream to remove.

See Also

IInstructionStreamSet Interface | JaCIL.Compiler.Instruction Namespace