How to simulate tuples and sets in C#?

Posted by Hesam Qodsi on Stack Overflow See other posts from Stack Overflow or by Hesam Qodsi
Published on 2010-04-11T06:47:50Z Indexed on 2010/04/11 6:53 UTC
Read the original article Hit count: 197

Filed under:
|
|

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?

© Stack Overflow or respective owner

Related posts about c#

Related posts about python