0

Is there a .Net 3.5 library that implements the .Net 4 classess of System.Collections.Generic.ISet, System.Collections.Generic.SortedSet, and System.Tuple?

I am currently limited to .net 3.5 and will hopefully upgrade to .net 4.5 sometime in the unforeseen future.

Note

Tuple answered elsewhere.

Community
  • 1
  • 1
kzh
  • 19,810
  • 13
  • 73
  • 97

1 Answers1

0

Checkout the C5 Generic Collection Library. Regarding the Tuple class, it's easy to implement it yourself.

Ondrej Tucny
  • 27,626
  • 6
  • 70
  • 90