ConcurrentDictionary<TKey,TValue>.IsEmpty 属性

定义

获取一个值,该值指示 ConcurrentDictionary<TKey,TValue> 是否为空。

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

属性值

如果 true 为空,则为 ConcurrentDictionary<TKey,TValue>;否则为 false

适用于

另请参阅