SyntaxFix
Write A Post
Hire A Developer
Questions
It's called the null coalescing (??) operator:
??
myNewValue = myValue ?? new MyValue();