Exemple #1
0
 public HashST2Dictionary()
 {
     hashST2 = new HashST2 <Key, Value>();
 }
Exemple #2
0
 public HashST2Dictionary(int M)
 {
     hashST2 = new HashST2 <Key, Value>(M);
 }