Example #1
0
 public static Expression GreaterThan(this Expression left, Expression right)
 {
     return(Expression.GreaterThan(left, right));
 }