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