JaCIL Framework API

InstructionStreamSet.Remove Method 

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

public void Remove(
   IInstructionStream instr
);

Parameters

instr
The stream to remove.

Implements

IInstructionStreamSet.Remove

See Also

InstructionStreamSet Class | JaCIL.Compiler.Instruction Namespace