public InstructionStream(InstructionCollection instructions) { _instructions = instructions; _index = 0; }