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
Deconstruction was introduced in C# 7.0: https://blogs.msdn.microsoft.com/dotnet/2016/08/24/whats-new-in-csharp-7-0/#user-content-deconstruction