Exemple #1
0
 public WhereExp <TSource> Or(WhereExp <TSource> other) => this | other;
Exemple #2
0
 public WhereExp <TSource> And(WhereExp <TSource> other) => this & other;