Share via


ConcurrentDictionary<TKey,TValue>.IsEmpty Properti

Definisi

Mendapatkan nilai yang menunjukkan apakah ConcurrentDictionary<TKey,TValue> nilai kosong.

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

Nilai Properti

trueConcurrentDictionary<TKey,TValue> jika kosong; jika tidak, false.

Berlaku untuk

Lihat juga