Exemplo n.º 1
0
 public static Clause <T> Intersect <T>(this Clause <T> before, AggregatePredicateAllElement all)
 {
     throw new InvalitContextException(nameof(Intersect));
 }
Exemplo n.º 2
0
 public static Clause <Non> Intersect(AggregatePredicateAllElement all)
 {
     throw new InvalitContextException(nameof(Intersect));
 }