Ejemplo n.º 1
0
 public BooleanExpressionCallCoder NewObj(Method method, params object[] parameters)
 {
     this.instructions.Append(InstructionBlock.NewObj(this.instructions, method, parameters));
     return(new BooleanExpressionCallCoder(this, method.ReturnType));
 }