关于[Adding Tuple Support to .NET Classes in C#]的摘要:
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.
原文地址: https://dontcodetired.com/blog/post/Adding-Tuple-Support-to-NET-Classes-in-C