Ejemplo n.º 1
0
 public WhereExp <TSource> Or(WhereExp <TSource> other) => this | other;
Ejemplo n.º 2
0
 public WhereExp <TSource> And(WhereExp <TSource> other) => this & other;