ConcurrentDictionary<TKey,TValue>.IsEmpty Propiedad

Definición

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

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

Valor de propiedad

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

Se aplica a

Consulte también