ConcurrentDictionary<TKey,TValue>.IsEmpty Eigenschap

Definitie

Hiermee wordt een waarde opgehaald die aangeeft of de ConcurrentDictionary<TKey,TValue> waarde leeg is.

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

Waarde van eigenschap

trueals het ConcurrentDictionary<TKey,TValue> leeg is, anders. false

Van toepassing op

Zie ook