示例#1
0
 // get the value of this Expression
 public AtomValue Calculate(List <AttributeDeclaration> declarations, List <AtomValue> values)
 {
     return(Calculate(AttributeHelper.GetAttributeValues(declarations, values)));
 }