Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 MSDN 上看了看,但他们似乎没有按名称引用它。
运营商的正式名称是??什么?
??
它被称为空合并运算符。
看看C# ?? 来自 Scott Guthrie 的空合并运算符。
C# 的微妙语言特性之一是?? “空合并”运算符。这提供了一种很好、简洁的方法来检查一个值是否为空,如果是则返回一个替代值。
该运算符??称为空合并运算符