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

適用対象

こちらもご覧ください