Equivalent of TreeSet in Java to C#.net

Viewed 20712

I have Java code containing a TreeSet. I want to convert the code to C#.

Which equivalent collection can I use?
If there is none please suggest alternatives.

2 Answers
Related