Exemplo n.º 1
0
 //Implementation for the GetEnumerator method.
 IEnumerator IEnumerable.GetEnumerator()
 {
     return(hashSet.GetEnumerator());
 }