2 using MSG
= System
.Collections
.Generic
;
4 public class HashSet
<T
>
8 public HashSet (long value)
18 public MSG
.IEnumerator
<long> GetEnumerator()
28 HashSet
<int> hb
= new HashSet
<int> (12345678);
30 foreach (long value in hb
) {
31 if (value != 12345678)