Guess I can rant about half-baked again
How in the world can you go porting Java collections to .Net
and miss the Set collection type?!? I suppose someone said: "hey,
why not just use a HashTable and always put in the same value?" At
least someone was nice enough to write
a Set collection and post it to Code Project.
In case you're wondering how fast each of the collection types is,
I also found an old
article on performance of the various collection types
(let me know if you know of any others or comparisons to Java collections).