Declaring an init property accessor with null check in C# and without nullable analysis warnings
Recently, I encountered a problem when I tried to declare init
accessor for a property in C# with enabled nullable reference types.
Recently, I encountered a problem when I tried to declare init
accessor for a property in C# with enabled nullable reference types.