246 Views
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.
0 comments
Join in on a hand-picked round up of the best .NET articles every day.
Curated by our Moderators and Voted up by our Community. Free.
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.