Esempio n. 1
0
 public string ToString(Cypher cypher)
 {
     return(cypher.DecodeWord(new Sequence {
         this
     }));
 }
Esempio n. 2
0
 public override string ToString(Cypher cypher)
 {
     return(cypher.DecodeWord(new Sequence {
         Lingon
     }));
 }