Boxing nullables(blog.andreloker.de)
submitted by
aloker(1810) 2 years, 10 months ago
If your code makes decisions based on the type of a boxed value be aware that nullable values are boxed slightly different: they lose their “Nullable-ness” and become either null or the boxed version of the value that they hold.
|category: C#
|Views: 7
tags:
C# another
Everyones tags:
Your Tags: