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