Example #1
0
 public void Revert(Memento m)
 {
     Tokens = m.Tokens.Select(t => new Token(t.Value)).ToList();
 }
 public void Revert(Memento m)
 {
     // todo
     Tokens = m.TokenList;
 }