ConcurrentDictionary<TKey,TValue>.IsEmpty Vlastnost

Definice

Získá hodnotu, která označ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 hodnota ConcurrentDictionary<TKey,TValue> prázdná, v opačném případě . false

Platí pro

Viz také