元组有什么用?

发布于 2024-12-01 05:58:00 字数 150 浏览 1 评论 0原文

在 C# .Net 4.0 中引入了元组元组

如何以有意义的方式使用元组的最佳示例是什么?

In C# .Net 4.0 tuples has been introduced.

What would be the best example of how tuples can be used in a meaningful way?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

霓裳挽歌倾城醉 2024-12-08 05:58:00

以下是一些资源,其中提到了元组的用途、如何使用它们以及它们的用途:

C# 中元组的实际用法

利用元组

在中使用元组.NET 4.0 | Stack Overflow

C# 中的元组支持 | Stack Overflow

元组的用法和优点 | DotNetSpeaks

摘要:

基本上,元组的功能是创建自定义类来完成某些任务的便捷方法。它非常灵活,可以提供多种用途,但是由于它非常通用,因此您应该确保正确记录其用法。

Here are a few resources that mention the purposes of Tuples, how they can be used and what they can be used for:

The Practical Usage of Tuples in C#

Making Use of Tuples

Using Tuples in .NET 4.0 | Stack Overflow

Tuple Support in C# | Stack Overflow

Usages and Advantages of Tuples | DotNetSpeaks

Summary:

Basically, the Tuple functions as a convenient way to NOT make a custom class to accomplish something. It is highly flexible and could provide a variety of uses, however since it can be very generic, you should be sure to properly document its usage.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文