- C# 7 and .NET Core Cookbook
- Dirk Strauss
- 38字
- 2025-04-04 19:28:52
Deconstruction
Tuples can be consumed using a deconstruction declaration. This simply splits a Tuple into its inpidual parts and assigns these parts to new variables. This is called deconstruction, and it is not only reserved for Tuples.