Beispiel #1
0
 public static Op CreateOp(GSIL.Instr instr, params Int32[] data)
 {
     return(new Op(instr, data));
 }
Beispiel #2
0
 public Op(GSIL.Instr instr, params Int32[] operand)
 {
     this.operand = operand;
 }