Thomas Levesque 8/23/2016

Tuple deconstruction in C# 7

Read Original

This technical article details the implementation of tuple deconstruction in C# 7, as updated in Visual Studio 15 Preview 4. It explains how to deconstruct tuples into variables, how to add deconstruction support to custom types via Deconstruct methods, and how metadata for tuple element names is preserved across assemblies.

Tuple deconstruction in C# 7

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week