Пример #1
0
 internal Negative(Specification <T> rule)
 {
     Predicate = Expression.Lambda <Func <T, bool> >(Expression.Not(rule.Predicate.Body), rule.Predicate.Parameters);
 }