Jazyk

ConcurrentDictionary<TKey,TValue>.IsEmpty Vlastnost

Definice

Získá hodnotu, která určuje, zda ConcurrentDictionary<TKey,TValue> je prázdná.

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

Hodnota vlastnosti

truepokud je prázdnýConcurrentDictionary<TKey,TValue>, jinak . false

Platí pro

Viz také