What are tuples in C#?

  1. Lightweight data structure for multiple values
  2. Array type
  3. Exception type
  4. Loop construct

Explanation

Tuples provide a lightweight way to have a data structure that holds multiple values without creating a separate class.