0

For example if I have the following,

Tuple<int, int>

What is the equivalent of the above in .NET 3.5 or the most optimal way to express the above without creating a new Class?

Howard
  • 3,648
  • 13
  • 58
  • 86
  • This question has already been answered in [Equivalent of Tuple (.NET 4) for .NET Framework 3.5](http://stackoverflow.com/questions/7120845/equivalent-of-tuple-net-4-for-net-framework-3-5) – Cédric Bignon Jul 21 '13 at 18:45
  • Thank you, how do I close this question? – Howard Jul 21 '13 at 18:47
  • This will be closed by moderators. Next time, don't forget to check for the aswer. ;) – Cédric Bignon Jul 21 '13 at 18:51
  • @rotaercz: You should see a "close" link near the comments that you can use to vote to close your own question. More info: http://stackoverflow.com/help/privileges/view-close-votes – BoltClock Jul 21 '13 at 18:55
  • @BoltClock I think he can because he doesn't have enough reputation (close/reopen priviledge are restricted to members with 3000 reputation) – Cédric Bignon Jul 21 '13 at 18:59

0 Answers0