Example #1
0
 public new State <T> ToBlack(AbstractState <T> state)
 {
     base.ToBlack(state);
     return(this);
 }
Example #2
0
 public new State <T> ToWhite(AbstractState <T> state)
 {
     base.ToWhite(state);
     return(this);
 }