gpt4 book ai didi

c# - &&= 在 C# 中? ( bool 表达式)

转载 作者:可可西里 更新时间:2023-11-01 09:08:17 26 4
gpt4 key购买 nike

<分区>

Possible Duplicate:
Why are there no ||= or &&= operators?

今天偶然发现

 a &= GetBool();

不一样

 a = a && GetBool();

多年来我一定误解了这一点。在第一个示例中,即使“a”为假,“GetBool()”也会执行。在第二个中,它不是。

有什么可以在 C# 中实现类似“&&=”的东西吗?

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