This is part of a series . To add to 3.5's new HashSet<T>, there is now SortedSet<T> new in 4.0. Both have the following distinguishing features: Their Contains methods execute quickly using a hash-based lookup They do not store duplicate elements and silently ignore requests to add duplicates...
Continue reading "C# 4.0/BCL 4 Series:SortedSet<T> in Framework 4"
