示例#1
0
 private Expression getVariable(string name)
 {
     return(variables.Get(name));
 }