1. 程式人生 > >C# 版本和.NET 版本以及VS版本的對應關係

C# 版本和.NET 版本以及VS版本的對應關係

  • C# 7.3 released with VS2017 v15.7 (May 2018). New features: enum, delegate and unmanagedgeneric type constraintsref reassignment. Unsafe improvements: stackalloc initialization, unpinned indexed fixed buffers, custom fixed statements. Improved overloading resolution. Expression variables in initializers and queries. ==
     and != defined for tuples. Auto-properties' backing fields can now be targeted by attributes.