Question:What is the use of Sortedset<T>?
Answer SortedSet mainftains the order of items as they are added. If a duplicate item is added to a sorted set, it will be ignored and a value of false is returned from the SortedSet's Add () method.
+ Report
What is the use of Sortedset<T>?