Exemplo n.º 1
0
 public static Clause <Non> Receive(TopBase top, AsteriskBase asterisk)
 {
     throw new InvalitContextException(nameof(Receive));
 }
Exemplo n.º 2
0
 public static Clause <T> Receive <TSrc, T>(this Clause <TSrc> before, TopBase top, AsteriskBase <T> asterisk)
 {
     throw new InvalitContextException(nameof(Receive));
 }
Exemplo n.º 3
0
 public static Clause <T> Receive <T>(TopBase top, T selected)
 {
     throw new InvalitContextException(nameof(Receive));
 }