Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在使用 .NET 框架 3.5 开发 WPF 应用程序,后来不得不更改为 3.0。(System.Core.dll) 和 Linq等一些功能Func<T>现在不可用,VS 会向我现有的代码抛出编译错误。如何在 3.0 中使用 3.5 功能?
Func<T>
试试这个:如何在 .NET 2.0 中使用 .NET 3.5 功能和 C# 3.0 语法?.
以下是步骤: