예제 #1
0
 public BinaryOp(string strOp)
 {
     this._strOp       = strOp;
     this._nPrecedence = ExpressionEval.OperatorPrecedence(strOp);
 }