从个小例子开始:
int intArray = new int{2,3,6,1,4,5};
Array.Sort(intArray);
Array.ForEachamp;amp;lt;intamp;amp;gt;(intArray,(i)=amp;amp;gt;Console.WriteLine(i));
这个例子定义了一个int数组,然后使用 ...……
using System;
using System.Data;
using System.Configuration;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts……
https://stackoverflow.com/questions/42482520/does-c-sharp-7-0-work-for-net-4-5
To sum up: All of C# 7.0 should work on .Net 4.5 after installing the required packages and most of it should work on .Ne……