
Using null conditional and null coalescing operators for assignment in C#
The null conditional operator just got an upgrade.. we can do assignments with it now! Let’s see it in action.

The null conditional operator just got an upgrade.. we can do assignments with it now! Let’s see it in action.