LINQ 源代码可用

发布于 2024-10-17 09:02:25 字数 1539 浏览 3 评论 0原文

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

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

发布评论

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

评论(5

━╋う一瞬間旳綻放 2024-10-24 09:02:25

您可以使用 mono 的 LINQ 源代码。它与.NET的LINQ高度兼容。

更新:更好,原始 .NET 源代码现在可用。

You can use mono's LINQ source code. It is highly compatible with .NET's LINQ.

Update: Even better, original .NET source now is available.

2024-10-24 09:02:25

LINQ 源的 Microsoft 实现不可供您使用。 LINQ 不适用于 .NET 2.0。您至少需要 .NET 3.5。

The Microsoft implementation of LINQ source is not available for you to use. LINQ will not work with .NET 2.0. You will need at least .NET 3.5.

天气好吗我好吗 2024-10-24 09:02:25

您可能想尝试 LINQBridge

You might want to try LINQBridge.

挽梦忆笙歌 2024-10-24 09:02:25

LINQ 不仅仅是类,它也是升级的编译器,可以理解匿名类、方法、lambda 表达式等。您也可以在 2.0 中使用 LINQ。创建单独的项目,设置框架3.5。它将在 2.0 项目中运行。你唯一会怀念的是 VS 2005 中的智能感知。

LINQ is not merely classes, it is upgraded compiler as well to understand Anonymous classes, methods, lambda expressions etc. You can use LINQ in 2.0 as well. Create seperate project, set framework 3.5. And it will work in 2.0 projects. Only thing u will miss is intellisense in VS 2005.

撩人痒 2024-10-24 09:02:25

老问题,但很有趣。

linq(.Net框架的一部分)的源代码现已可用
参考源

另外,在 github 中
github-Microsoft NET 参考源

Old Question, but interesting.

Source code of linq (part of .Net framework) is now available
Reference Source

Also, in github
github-Microsoft NET Reference Source

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