Community

Adding Tuple Support to .NET Classes in C#

(Jason Roberts) Tuples in C# are objects that can be created with a specific syntax. You don’t have to declare tuple types first like you do with classes for example, they can instead be created using a lightweight C# syntax.