How to extend a zero component tuple in C#

139 views Asked by At

ValueTuples in C# are mutable. Is it possible to create a ValueTuple with no elements and then add elements to it at a later time? Kind of like how we can instantiate a list and add the list items afterward.

0

There are 0 answers