Lesson 23 - Tuple and ValueTuple in C# .NET
In the last lesson, Records in C# .NET , we introduced records built into the .NET framework.
In today's C# .NET object-oriented programming tutorial, we'll talk about tuples.
Tuple
A tuple is an ordered sequence of elements. Mathematically speaking, it's a
list of several objects of any type, such as three numbers
(3, 3, 1)
. It can contain a certain object more than once
and it depends on the order of these objects, so a tuple
(3, 3, 1)
is different than (3, 1, 3)
...End of the preview...
Continue further
You've come here and that's great! We believe that the first lessons showed you something new and useful
Do you want to continue the course? Go to the premium section.
Buy this course
This article is licensed: Premium, by buying this article, you agree with the terms of use.
- Unlimited and permanent access to individual lessons.
- High quality IT knowledge.
- Skills to help you get your dream and well-paid job.
Article description
Requested article covers this content:
In the C# .NET tutorial we'll introduce the ValueTuple structure and the Tuple class, including the complete syntax and examples.
You gain credits by supporting our network. This is done by sending a helpful amount of money to support the site, or by creating content for the network.