Exemplo n.º 1
0
 public INode Clone()
 {
     return(new PredicateExpression(
                (IExpression)(m_left.Clone()),
                (ExpressionOperator)(m_operator.Clone()),
                (PredicateQuantifier)(m_quantifier.Clone()),
                (BracketedExpression)(m_right.Clone())));
 }