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