ConcurrentBag<T>.IsEmpty Eigenschap

Definitie

Hiermee wordt een waarde opgehaald die aangeeft of de ConcurrentBag<T> 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 ConcurrentBag<T> leeg is, anders. false

Van toepassing op

Zie ook