PreviousNext

New C# 7 features in action: Deconstruction in C# 7

by bill-s, 2017-08-25T13:03:50.000Z

Deconstruction feature can be used to consume tuples. Also, deconstruction feature can be used for user-defined types in .NET but for that you need to provide Deconstruct method.

Read More