this post was submitted on 30 Oct 2020
1 points (100.0% liked)

C# (CSharp)

308 readers
4 users here now

founded 5 years ago
MODERATORS
 

Recently nullable reference types have become trendy. Meanwhile, the good old nullable value types are still here and actively used. How well do you remember the nuances of working with them? Let's jog your memory or test your knowledge by reading this article. Examples of C# and IL code, references to the CLI specification, and CoreCLR code are provided. Let's start with an interesting case.

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here