Example #1
0
 public BranchTargetInstructionWithReflectionEmit(OpCode opCode, int delta)
 {
     this.opCode     = opCode;
     instructionType = instructionTypes[opCode];
     this.delta      = delta;
 }
Example #2
0
 public BranchTargetInstructionWithMonoCecilCil(OpCode opCode, int delta)
 {
     this.opCode     = opCode;
     instructionType = instructionTypes[opCode];
     this.delta      = delta;
 }