Ejemplo n.º 1
0
		public ControlInstruction(int offset, ControlInstructionType instructionType)
			: base(offset)
		{
			this.instructionType = instructionType;
		}
Ejemplo n.º 2
0
 public ControlInstruction(int offset, ControlInstructionType instructionType)
     : base(offset)
 {
     this.instructionType = instructionType;
 }