What are Tuples?

Forums .NETWhat are Tuples?
Staff asked 2 years ago

What are Tuples?

Answers (1)

Add Answer
Staff answered 2 years ago
  • Tuples are a data structure that holds object properties and contain a sequence of elements of different data types.
  • They were introduced as a Tuple class in .net Framework 4.0 to avoid the need of creating separate types to hold object properties.

Subscribe

Select Categories