Exemplo n.º 1
0
 public virtual Predicate negate()
 {
     return(Predicate_0009.negate(this));
 }
Exemplo n.º 2
0
 public virtual Predicate or(Predicate other)
 {
     return(Predicate_0009.or(this, other));
 }
Exemplo n.º 3
0
 public virtual Predicate and(Predicate other)
 {
     return(Predicate_0009.and(this, other));
 }