0
kicks
SortedSet(T) another collection in .NET 4.0
With SortedSet(T) we have another specialized built in collection in the base class library. SortedSet(T) is the solution if you need a list of unique items which should stay sorted.