Пример #1
0
 public static Negation IsNotNull(this CommonFactory factory, NonBooleanExpression what)
 {
     return(factory.Not(factory.IsNull(what)));
 }