Created
December 21, 2017 01:37
-
-
Save carlosschults/98f91bc50c924a8bd47897b874a7be89 to your computer and use it in GitHub Desktop.
csharp8-prevent-assignment.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
string? nullableString = "hello"; | |
string nonNullableString = nullableString; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment