可能重复: 什么是"??"运算符?
什么是"??" 运算符在表达式中执行?
public NameValueCollection Metadata { get { return metadata ?? (metadata = new NameValueCollection()); } }
c#
c# ×1