vote up 4 vote down star

I need a collection that works just like a Dictionary/Hastable in a sense that it will only contain 1 instance of a given object at any time. A generic class would be preferable, but I'll take what I can get. Does this collection live somewhere in the framework?

flag

70% accept rate

1 Answer

vote up 13 vote down check

HashSet<T> from System.Core.dll

link|flag
Wow. That was fast. Thanks!!! – Micah Dec 3 '08 at 15:46

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.