コード例 #1
0
 public int Eval(ADT.IDictionary <string, int> dict)
 {
     return(dict.getValue(this.varName));
 }