gpt4 book ai didi

c# - 是否有理由在括号内返回 null

转载 作者:行者123 更新时间:2023-11-30 14:10:25 27 4
gpt4 key购买 nike

我在

中找到了 return(null)

http://msdn.microsoft.com/ru-ru/library/system.xml.serialization.ixmlserializable.aspx

我想知道这个括号有什么原因吗?为什么不直接返回 null

最佳答案

嗯,这是一个奇怪的问题,所以我浏览了一下。

我发现这个 post 是由 Jon Skeet 回答的 posted 。他说有时它会增加可读性,但对性能或逻辑没有影响。

另一位用户表示,这是很久以前 C 的一些编译器需要它们时保留下来的。

有趣的是在 MSDN 上看到了一个例子,很好的发现。

MSDN also has this

Many programmers use parentheses to enclose the expression argument of the return statement. However, C does not require the parentheses.

关于c# - 是否有理由在括号内返回 null,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24146739/

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