Exemplo n.º 1
0
 public static int Count_Big(AsteriskBase asterisk)
 {
     throw new InvalitContextException(nameof(Count_Big));
 }
Exemplo n.º 2
0
 public static int Count(AggregatePredicateBase aggregatePredicate, AsteriskBase asterisk)
 {
     throw new InvalitContextException(nameof(Count));
 }
Exemplo n.º 3
0
 public static Clause <T> Receive <TSrc, T>(this Clause <TSrc> before, TopBase top, AsteriskBase <T> asterisk)
 {
     throw new InvalitContextException(nameof(Receive));
 }
Exemplo n.º 4
0
 public static Clause <Non> Receive(TopBase top, AsteriskBase asterisk)
 {
     throw new InvalitContextException(nameof(Receive));
 }
Exemplo n.º 5
0
 public static Clause <T> Receive <T>(AsteriskBase <T> asterisk)
 {
     throw new InvalitContextException(nameof(Receive));
 }
Exemplo n.º 6
0
 public static Clause <Non> Receive <TSrc>(this Clause <TSrc> before, AsteriskBase asterisk)
 {
     throw new InvalitContextException(nameof(Receive));
 }