Exemplo n.º 1
0
 public OpData(string op, OpFunc opFunc)
 {
     this.Op     = op;
     this.OpMake = opFunc;
 }
Exemplo n.º 2
0
 public MeVariable Execute(MeVariable[] parameters)
 {
     return(OpFunc.Invoke(parameters, this));
 }