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