关于[Introducing C# 9: Improved target typing]的摘要:
C# 9 brings a better target typing: “In C# 9.0 some expressions that weren’t previously target typed become able to be guided by their context.” – Microsoft – https://devblogs.microsoft.com/dotnet/welcome-to-c-9-0/#improved-target-typing. Let’s see that with some examples in this article.
原文地址: https://anthonygiretti.com/2020/06/21/introducing-c-9-improved-target-typing/