예제 #1
0
 public static Clause <T> Intersect <T>(this Clause <T> before, AggregatePredicateAllElement all)
 {
     throw new InvalitContextException(nameof(Intersect));
 }
예제 #2
0
 public static Clause <Non> Intersect(AggregatePredicateAllElement all)
 {
     throw new InvalitContextException(nameof(Intersect));
 }