ConcurrentBag<T>.IsEmpty Propiedad

Definición

Obtiene un valor que indica si ConcurrentBag<T> está vacía.

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

Valor de propiedad

Es true si ConcurrentBag<T> está vacío, en caso contrario, es false.

Se aplica a

Consulte también