C# language feature:
applies to
benefit
- Used to split up a tuple into multiple values during assignment/invocation.
how to use
- Specify the return value types/identifier of a a method delimited by
,
enclosed in ()
followed by method assignment.
example: