示例#1
0
 public void Clear()
 {
     this.hashedSet = new HashTableMy <T, bool>();
 }
示例#2
0
 public HashedSet()
 {
     this.hashedSet = new HashTableMy <T, bool>();
 }