Ejemplo n.º 1
0
 public LogicExpressTuple(enumLogicOperator soperator, string compareValue)
     : this(soperator)
 {
     _compareValue = compareValue;
 }
Ejemplo n.º 2
0
 public LogicExpressTuple(enumLogicOperator soperator)
 {
     _operator = soperator;
 }