c# Tuple - What is a practical use of Tuple [duplicate]
- by Nate Pet
This question already has an answer here:
What and When to use Tuple?
5 answers
I was looking at examples online of Tuple but I do not see any ideal use of it.
Meaning, it seems like a place to store variables.
Is there any practical use of Tuple. What I like to do is to pass in a value to the tuple and then have it return back 3 values which are all strings.