Пример #1
0
 public HashTableC()
 {
     HashTableInfo = new DoubleLinkedList <T> [cantidad];
 }