ConcurrentBag<T>.IsEmpty 属性

定义

获取一个值,该值指示是否为 ConcurrentBag<T> 空。

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

属性值

true 如果为空, ConcurrentBag<T> 则为空;否则为 false

适用于

另请参阅