gpt4 book ai didi

null - C#4 : how to in-line detect for nulls?

转载 作者:行者123 更新时间:2023-12-04 13:15:11 25 4
gpt4 key购买 nike

在C#4中,没有像这样检查空值的捷径:

if( myobject?.myproperty?.myotherproperty?.value != null )

该值将返回null且不会引发异常。

任何人都有如何使用它的链接,或者至少有语法吗?

最佳答案

该运算符在Groovy中称为safe navigation operator

它在C#中尚不可用,甚至在C#4中也不可用。

如果有足够的人对此表示支持,也许它将进入假设的C# future 版本中。

关于null - C#4 : how to in-line detect for nulls?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2993290/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com