Generate Deconstructors
Alt+Insert | Deconstructors
note
Tuple deconstruction is a C# 7.0 feature.
By default, JetBrains Rider automatically detects C# version based on the associated compiler. However, you can specify the target C# version explicitly for a project — press Alt+Enter on the project in the Solution Explorer and use the Language version selector on the Application page of the Project Properties dialog .
To set the C# version for all projects in your solution, specify it in a Directory.Build.props file in your solution directory as described here.
tip
You can configure common code generation preferences on the
page of JetBrains Rider settings Ctrl+Alt+S.
tip
You can invoke Find Usages Shift+F12 on the
Deconstruct
method to find all related tuple deconstructions.
