ConcurrentDictionary<TKey,TValue>.IsEmpty Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob die Datei ConcurrentDictionary<TKey,TValue> leer ist.

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

Eigenschaftswert

truewenn die ConcurrentDictionary<TKey,TValue> leer ist; andernfalls . false

Gilt für:

Weitere Informationen