Example #1
0
 public HashSTTwoDictionary()
 {
     sTTwo = new HashSTTwo <Key, Value>();
 }
Example #2
0
 public HashSTTwoDictionary(int M)
 {
     sTTwo = new HashSTTwo <Key, Value>(M);
 }