关于[C# 8.0 nullable references: transcending the type system with AllowNull]的摘要:
In this post, I’m going to look at the AllowNull attribute. It lets you state that a null is allowed even when the type seems to state otherwise. Why might you do such a thing? If you want a nullable string reference, wouldn’t you just write string??