是懒惰的紧凑框架支持吗?

发布于 2024-08-25 00:53:33 字数 212 浏览 0 评论 0原文

有谁知道新的 延迟初始化类 (Lazy) 是否或将在紧凑框架中得到支持?我查看过 MSDN,但在支持紧凑框架与成熟的 .Net 框架方面,底部列出的支持内容有点神秘。

Does anyone know if the new lazy initialization class (Lazy<T>) is or will be supported in the compact framework? I've looked on MSDN, but the support stuff listed on the bottom is kind of cryptic when it comes to support for the compact framework vs. the full-blown .Net framework.

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

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

发布评论

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

评论(1

雨夜星沙 2024-09-01 00:53:33

目前还没有。据我所知,紧凑框架CLR的最新版本是2.0。 Lazy 类型直到完整 CLR 4.0 才被引入,因此它在紧凑框架中出现的最早版本也是 4.0。

Not as of yet. As far as I Know, the latest release of the compact framework CLR is 2.0. The Lazy<T> type wasn't introduced until 4.0 of the full CLR and hence the earliest version it could appear in the compact framework is also 4.0.

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