示例#1
0
 public static Expression AndAlso(this Expression left, Expression right)
 {
     return(Expression.AndAlso(left, right));
 }