public Expression <T> Parse <T>(string func, params string[] variables) { return(CodeDom.ParseExpression <T>(func, variables)); }