BlockingCollection<T>.Count 属性

定义

获取 BlockingCollection<T> 中包含的项的数量。

public:
 property int Count { int get(); };
public int Count { get; }
member this.Count : int
Public ReadOnly Property Count As Integer

属性值

BlockingCollection<T> 中包含的项的数量。

实现

例外

注解

如果在访问 Count 属性时正在执行 BlockingCollection 中的任何方法,则返回值为近似值。 Count 可能反映一个大于或小于 BlockingCollection 中实际项数的数字。

适用于

另请参阅