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
Item1/2
. How could I do that?4 Replies
Thanks lul, sometimes it can be that easy
Tuple types - C# reference
Learn about C# tuples: lightweight data structures that you can use to group loosely related data elements
Or use a record
✅ This post has been marked as answered!