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 .Net 4.0 too.
总的来说,所有的C# 7特性应该都可以在.NET 4.5上使用(只要安装了必需的包),而且绝大部分特性也应该可以在.NET 4.0上使用。
这个结论的意义在于《C# in Depth, 4th Edition》这本书的知识确保在目前公司的使用.NET 4.0的项目上可用。