Exemplo n.º 1
0
 public virtual HandCatagorizer RegisterNext(HandCatagorizer next)
 {
     Next = next;
     return(Next);
 }
Exemplo n.º 2
0
 public HandCatagorizer RegisterNext(HandCatagorizer next)
 {
     Next = next;
     return Next;
 }
 public override HandCatagorizer RegisterNext(HandCatagorizer next)
 {
     throw new InvalidOperationException();
 }