Where can you find the C# Language Specifications?

前端 未结 5 950
情深已故
情深已故 2020-12-10 13:09

Where can I find the specifications for the various C# languages?

(EDIT: it appears people voted down because you could \'google\' this, however, my original int

5条回答
  •  独厮守ぢ
    2020-12-10 13:46

    If you have Visual Studio 2005 or 2008, they are already on your machine!

    For 2005 (English):

    .\Microsoft Visual Studio 8\VC#\Specifications\1033
    

    For 2008 (English):

    .\Microsoft Visual Studio 9.0\VC#\Specifications\1033
    

    For 2010 (English):

    .\Microsoft Visual Studio 10.0\VC#\Specifications\1033
    

    For 2012 (English):

    .\Microsoft Visual Studio 11.0\VC#\Specifications\1033
    

提交回复
热议问题