Inheritance: Instruction
コード例 #1
0
 public void EmitAnd(Type type)
 {
     Emit(AndInstruction.Create(type));
 }