What is tuple in C# with example?
Utilisateur anonyme
n C#, tuples are used to store data. It's sort of like a variable, but in order for it to be a tuple, it must contain more than one value. Each instance of a tuple has a fixed number of items within it.