Get up to 80 % extra points for free! More info:

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 will gain knowledge worth hundreds of thousands for a few crowns

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

Buy all currently available lessons with exercise submitting and other features for just $21.87
Current account balance $0
By buying this package, you'll have access to all 34 articles (23 lessons, 10 practical exercises, test) in this course.

This article is licensed: Premium, by buying this article, you agree with the terms of use.

What will you get from us in the next lessons?
  • 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.

Article has been written for you by Filip Smolík
Avatar
Activities