Monday, August 26, 2019

It looks like you may implicitly upcast scalar types in C# to their nullable counterparts.

You may hand a DateTime into a method signature wherein a DateTime? is expected, etc. By the way the difference between a scalar and a primitive is that primitives are just reference types.

No comments:

Post a Comment