Skip to content

Support discards in deconstructions, out var and patterns #12619

@jcouv

Description

@jcouv
(int i, int j, *) = M();
var (i, j, *) = M();

Even if wildcards don't make it into C# 7, we need to figure out the syntax model and design, so they can be added smoothly later.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions