📜  c# null 合并运算符 - C# 代码示例

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

代码示例4
int? length = people?.Length; // null if people is null