Пример #1
0
        public static HashElement Remove(ContextMakao ab)
        {
            HashElement pom = transpozicionaTabela[ab];

            transpozicionaTabela.Remove(ab);
            return(pom);
        }
Пример #2
0
 public static void Add(ContextMakao ab, HashElement h)
 {
     transpozicionaTabela.Add(ab, h);
 }