One of the Tuple Types in .net 4 is a Single-Element Tuple. I just wonder what the purpose of this struct is?
The only use I saw is when using in the 8+ Tuple as it
All tuple types implement ITuple, so I guess that when you want to have a return type that is an ITuple, you need the option of having a single value, as you suggest.
ITuple