Tuple in C# with Example
In this article, we will know about Tuple in C#. What is Tuple? Tuple is a light-weight data structure that may contains different data types. It is introduced in C# 7.0. Syntax to write Tuple – Following code snippet is used to create a tuple with 4 elements of different data types. Create method of … Read more