Beispiel #1
0
 public PostfixOperation(Operator op, Operand operand)
 {
     this.target = operand;
     baseOp      = new OverloadableOperation(op, operand);
 }