📜  的意义是什么 ??在 c# 代码示例中

📅  最后修改于: 2022-03-11 14:48:49.241000             🧑  作者: Mango

代码示例1
//the null-coalescing operator ?? returns the value of its left-hand operand if 
//it isn't null; otherwise, it evaluates the right-hand operand and returns 
//its result.