ConcurrentDictionary<TKey,TValue>.IsEmpty Propiedad

Definición

Obtiene un valor que indica si ConcurrentDictionary<TKey,TValue> está vacía.

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

Valor de propiedad

Es true si ConcurrentDictionary<TKey,TValue> está vacío, en caso contrario, es false.

Se aplica a

Consulte también