What is Tuple in C#?
Basically, a tuple (Tuple in C#) is an ordered sequence, immutable, fixed-size and of heterogeneous objects, i.e., each object being of a specific type. The tuples are not new in programming. They are already used in F#, Python, and databases.
Complete Details on source article of the blog mentioned
here>>