Pergunta de entrevista da empresa Lionbridge

What is tuple in C# with example?

Resposta da entrevista

Sigiloso

14 de nov. de 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