I have a parent object that has an attribute of ISet however I havent been able to instantiate the set correctly...how can I do this?
Asked
Active
Viewed 2,072 times
1 Answers
2
I think you need the HashSet class.

fejesjoco
- 11,763
- 3
- 35
- 65
-
I actually had to use HashedSet<>() – ninjasense Dec 24 '10 at 18:41
-
1So it's Iesi.Collections.dll? You forgot to mention that :P – fejesjoco Dec 24 '10 at 18:42