What are tuples in C#?

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

Explanation

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