예제 #1
0
 public LocalVariableInstructionWithReflectionEmit(OpCode opCode, ushort ordinal)
 {
     this.opCode = opCode;
     instructionType = instructionTypes[opCode];
     this.ordinal = ordinal;
 }
예제 #2
0
 public LocalVariableInstructionWithReflectionEmit(OpCode opCode, ushort ordinal)
 {
     this.opCode     = opCode;
     instructionType = instructionTypes[opCode];
     this.ordinal    = ordinal;
 }
예제 #3
0
 public LocalVariableInstructionWithMonoCecilCil(OpCode opCode, ushort ordinal)
 {
     this.opCode     = opCode;
     instructionType = instructionTypes[opCode];
     this.ordinal    = ordinal;
 }