Where can I find the C# 5 language specification?

前端 未结 2 978
悲&欢浪女
悲&欢浪女 2020-12-08 07:05

C# 5.0 is out now since August 2012. Where can I find the specification? They\'ve stopped doing ECMA specs, but how about MSDN?

2条回答
  •  时光取名叫无心
    2020-12-08 07:29

    If you have Visual Studio 2012 installed, you will find specification somewhere there:

    c:\Program Files (x86)\Microsoft Visual Studio 11.0\VC#\Specifications\1033\CSharp Language Specification.docx
    

    similar with VS2013:

    c:\Program Files (x86)\Microsoft Visual Studio 12.0\VC#\Specifications\1033\CSharp Language Specification.docx
    

    VS2015:

    c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC#\Specifications\1033\CSharp Language Specification.docx
    

提交回复
热议问题