public ControlInstruction(int offset, ControlInstructionType instructionType)
			: base(offset)
		{
			this.instructionType = instructionType;
		}
Exemple #2
0
 public ControlInstruction(int offset, ControlInstructionType instructionType)
     : base(offset)
 {
     this.instructionType = instructionType;
 }