Related resources for Tuple in C#
  • Tuple In C# 712/1/2022 8:49:16 AM. Tuple in C# 7. C# Tuple is an ordered sequence of heterogeneous objects. Tuples are lightweight data structures that contain multiple fields to represent the data members.
  • Working With Tuple In C# 7.09/18/2018 10:14:55 AM. In this article, let us see how to use the latest feature of Tuple in C# 7.0. Tuple is the very effective feature in C# 7.0 and it can be used when we want to return more than one value from a method.