int a, b, n;
...
(a, b) = (2, 3);
// \'a\' is now 2 and \'b\' is now 3
This sort of thing would be really helpfull in C#. In this example \'a\' and
We have considered supporting a syntactic sugar for tuples but it did not make the bar for C# 4.0. It is unlikely to make the bar for C# 5.0; the C# 5.0 team is pretty busy with getting async/await working right. We will consider it for hypothetical future versions of the language.
If you have a really solid usage case that is compelling, that would help us prioritize the feature.