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