ConcurrentBag<T>.IsEmpty Propiedad

Definición

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

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

Valor de propiedad

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

Se aplica a

Consulte también