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