What are tuples in C#?
- Exception type
- Loop construct
- Array type
- 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.
Explanation
Tuples provide a lightweight way to have a data structure that holds multiple values without creating a separate class.