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