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입니다.

예외

적용 대상

추가 정보