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