DEV Community

Discussion on: What is a tuple in C#?

Collapse
 
tux0r profile image
tux0r

a tuple is a data structure that has a number of elements with different data types

Mathematically, a tuple is a "sorted list".