//Implementation for the GetEnumerator method.
 IEnumerator IEnumerable.GetEnumerator()
 {
     return(hashSet.GetEnumerator());
 }