예제 #1
0
 private Expression evaluateFunction(string name, IList <Expression> arguments)
 {
     return(functions.Evaluate(name, arguments));
 }