Named tuple on delegate return type [Answered]
I've defined a delegate like this:
the return type etc. works just fine, but I want to name the tuple parameters instead of the default
the return type etc. works just fine, but I want to name the tuple parameters instead of the default
Item1/2. How could I do that?