예제 #1
0
 public InstructionStream(InstructionCollection instructions)
 {
     _instructions = instructions;
     _index        = 0;
 }