Back
Close

Null-coalescing operator in C#

gpeipman
29.4K views

Null-coalescing operator

Null-coalescing operator (??) is convenient shortcut to return some other value when variable or expression is null.

Create your playground on Tech.io
This playground was created on Tech.io, our hands-on, knowledge-sharing platform for developers.
Go to tech.io