Beispiel #1
0
 public virtual Predicate negate()
 {
     return(Predicate_c.negate(this));
 }
Beispiel #2
0
 public virtual Predicate or(Predicate other)
 {
     return(Predicate_c.or(this, other));
 }
Beispiel #3
0
 public virtual Predicate and(Predicate other)
 {
     return(Predicate_c.and(this, other));
 }