Question d’entretien chez Lionbridge

What is tuple in C# with example?

Réponse à la question d'entretien

Utilisateur anonyme

14 nov. 2019

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.

2