Browse by Tags

All Tags » SortedSet<T> (RSS)

The new SortedSet<T> Collection in .NET 4.0 by hajan

With the newest release of .NET Framework, version 4.0 - the class library provides new collection set from System.Collections.Generic classes called SortedSet<T>. The two main features of SortedSet<T> are: Duplicate elements are not allowed...
More Posts