ConcurrentDictionary<TKey,TValue>.IsEmpty Özellik

Tanım

değerinin boş olup olmadığını ConcurrentDictionary<TKey,TValue> belirten bir değer alır.

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

Özellik Değeri

trueConcurrentDictionary<TKey,TValue> boşsa; değilse, false.

Şunlara uygulanır

Ayrıca bkz.