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?
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?