So you can\'t inherit string. You can\'t make a non-nullable string. But I want to do this. I want a class, let\'s call it nString that returns a d
string
With the release of C# 8 in April 2019 and nullable reference types this is now a language feature.