WeakEventManager.ListenerList.IsEmpty 属性

定义

获取声明此 WeakEventManager.ListenerList 是否为空的值。

public:
 property bool IsEmpty { bool get(); };
public bool IsEmpty { get; }
member this.IsEmpty : bool
Public ReadOnly Property IsEmpty As Boolean

属性值

Boolean

如果列表为空,则为 true;否则为 false

注解

此方法等效于检查 Count 是否为零,并且不检查列表中是否有任何引用现已过时。 如果要确保所有引用仍然有效,请在检查列表的空状态之前调用 Purge

适用于