Example #1
0
 public bool IsBoolean(Expression e)
 {
     return (e.get_ExpressionType() == this.get_TypeSystemServices().BoolType);
 }