In this chapter, we are going to learn about something called tuples. A simple definition of a tuple is as follows: it is a way of grouping items together. How is it useful? Well, with C# 7.0, what we can do is essentially return multiple values from a function call. Let's take a look.




















































