BlockingCollection<T>.BoundedCapacity プロパティ

定義

この BlockingCollection<T> インスタンスの容量の上限を取得します。

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

プロパティ値

このコレクションの有界容量。バインドが指定されていない場合は -1。

例外

BlockingCollection<T> は破棄されています。

適用対象

こちらもご覧ください