How to simulate tuples and sets in C#?
- by Hesam Qodsi
I want to use some features of python like as Tuples and Sets in c#. should I implement them? or there are already implemented? could anybody knows a library of dynamic data structures for .net languages?