标签: c# .net syntax core
我在dotnet / corefx存储库中找到以下定义:
protected Type typeImpl = null!;
我知道在C#8.0中将引入可为空的引用类型。但是,我仍然不清楚为什么将感叹号放在null语句之后。