Create Deconstruct(IOutput) to enable single line variable assignments from multi-output methods
Open
type:feature
- Dominant language
- C#
- Stars
- 30
- Forks
- 13
- Avg merge
- 7d 10h
- Merged PRs (30d)
- 5
Description
#### Description:
add Deconstruct(IOutput) to allow syntax like:
var (a, b) = MyMultiOutputMethod();
Contributor guide
Assessment
This issue has not been assessed yet.