C# 4.0 Specification Beta?

只愿长相守 提交于 2019-12-01 21:37:49

问题


Can anybody clarify if Microsoft has released a [draft] specification of C# 4.0 yet? If so, where can I find/download it?


回答1:


The C# 4.0 Draft Specification is located here.




回答2:


Try here C# 4.0 Documentation it may be too high level for you.




回答3:


No spec yet, but the CTP is available for playing with - but note that this doesn't yet include all the features discussed in the the (preliminary) documentation - in particular, many of the dynamic features (in particular operator support) are missing (meaning: the C# language / compiler features that work with dynamic; for all I know the runtime supports them but the language doesn't yet).

It will also be interesting to see how many of the new Expression methods are supported by the language when compiling a lambda.




回答4:


Not yet, though many of the features have been announced. The DLR (dynamic language runtime) extensions, which are the biggest new feature of 4.0 are available in pre-release beta form. My company www.thinkbottomup.com.au has used them extensively in case you're in need of any help :)

oh... see here for further details




回答5:


Find the C# Language Specification 4.0 here



来源:https://stackoverflow.com/questions/408987/c-sharp-4-0-specification-beta

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!