Windows Phone 7 支持动态关键字吗?

发布于 2024-10-10 01:28:17 字数 176 浏览 0 评论 0原文

Silverlight 4 添加了对动态关键字的支持。 Windows Phone 7支持也支持吗?

我遇到编译错误,并且无法在网络上找到任何说明是否支持一种方式或另一种方式的来源。

编译错误:

命名空间“System”中不存在类型或命名空间名称“Dynamic”(您是否缺少程序集引用?)

Silverlight 4 added support for the dynamic keyword. Does Windows Phone 7 support also support it?

I am getting compile errors and have been unable to find any source on the web which says whether it is supported one way or the other.

The compile error:

The type or namespace name 'Dynamic' does not exist in the namespace 'System' (are you missing an assembly reference?)

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

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

发布评论

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

评论(1

吃不饱 2024-10-17 01:28:17

我相信 WP7 的目标是 .NET Framework 3.5,这意味着没有动态关键字。如果有最终的固件更新,它们可能会支持 .NET Framework 4.0 Client Profile,但不要引用我的话!

I believe WP7 targets .NET Framework 3.5, which means no dynamic keyword. If there is an eventual firmware update they might support .NET Framework 4.0 Client Profile, but don't quote me on that!

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