gpt4 book ai didi

c# - 为事件定义一个空的委托(delegate)主体是一个好习惯吗?

转载 作者:IT王子 更新时间:2023-10-29 04:26:43 27 4
gpt4 key购买 nike

<分区>

Possible Duplicate:
Is there a downside to adding an anonymous empty delegate on event declaration?

为事件定义一个空的委托(delegate)主体是否是一种好习惯,这样您就不必担心引发没有事件处理程序的事件? (无需检查事件是否为空)。

喜欢下面的代码:

public event EventHandler<LoadEventArgs> LoadedData = delegate { };

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