[Umbrella] Tuples Work Items #10945
Labels
Area-Compilers
Bug
Feature - Tuples
Tuples
Resolution-Fixed
The bug has been fixed and/or the requested behavior has been implemented
Milestone
This is the TODO list for the development of the tuples language feature for C# 7.
Known issues and scenarios
(int word, int) t = ($$word:$$
(fixed by Add a completion provider that suggests tuple names #16861)TupleElementNames
property?(byte, float) x = (1, 2)
should workreturn (null, null)
should work in(object, object) M()
LDM
dynamic x = (a: 1, b: 2); Write(x.a);
ITuple
interface? (answer: yes, let's work out the details with corefx team)Corefx threads
ValueTuple
for debug info and intellisense completionTupleExtensions
ValueTuple
(no, no need)ValueTuple
(no, we can leave)ValueTuple
System.Tuple
smaller than 21Interaction with other language features:
General concerns:
Types and members:
Code:
Misc:
Interaction with Debugger:
Interaction with IDE:
The text was updated successfully, but these errors were encountered: