Ejemplo n.º 1
0
 public HashST2Dictionary()
 {
     hashST2 = new HashST2 <Key, Value>();
 }
Ejemplo n.º 2
0
 public HashST2Dictionary(int M)
 {
     hashST2 = new HashST2 <Key, Value>(M);
 }