What is the namespace 'Standard'?

╄→尐↘猪︶ㄣ 提交于 2019-12-08 15:29:23

问题


When I try to write a new using clause, I notice that Intellisense has, in its list, a namespace called Standard. However, this seems to have no members on closer inspection. What is this namespace?


回答1:


There is a namespace in the PresentationFramework assembly called "Standard". All of its types are internal though, so you can't see any of the types. However, you can still use the namespace.

The namespace seems to have appeared in the 4.5 reference assembly, it doesn't appear in the 4.0 one.



来源:https://stackoverflow.com/questions/15027084/what-is-the-namespace-standard

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