ConcurrentBag<T>.IsEmpty Propriété

Définition

Obtient une valeur qui indique si ConcurrentBag<T> est vide.

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

Valeur de propriété

Boolean

true si le ConcurrentBag<T> est vide ; sinon, false.

S’applique à

Voir aussi