Possible Duplicates:
Why doesn’t .Net have a Set data structure?
C# Set collection?
Just curious as to why Sets were left out of .NET collections. It seems like a pretty big omission, and I wondered what the reason might be.
BTW I know that there is HashSet in .NET 3.5, but it did take Microsoft a long time to get around to putting it in!