ConcurrentBag<T>.IsEmpty Proprietà

Definizione

Ottiene un valore che indica se ConcurrentBag<T> è vuoto.

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

Valore della proprietà

true se l'oggetto ConcurrentBag<T> è vuoto; in caso contrario, false.

Si applica a

Vedi anche