DEV Community

Discussion on: The null-coalescing operator in C# 8.0

Collapse
 
peledzohar profile image
Zohar Peled • Edited

Nitpicking: The null coalescing operator (??) was around in c# 6 as well, and if memory serves, perhaps even also in c# 5. The null-coalescing assignment operator (??=) is new, though.