简体   繁体   中英

Does Windows Phone 7 support the dynamic keyword?

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?)

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!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM