Where can you find the C# Language Specifications?

前端 未结 5 951
情深已故
情深已故 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:45

    The C# language is an ISO standard and as such the specification can be had from the ISO website at: http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=42926

    You can also acquire the specifications direct from Microsoft (.Doc Warning) http://download.microsoft.com/download/3/8/8/388e7205-bc10-4226-b2a8-75351c669b09/CSharp%20Language%20Specification.doc (.Doc Warning)

提交回复
热议问题