BlockingCollection<T> Constructor
Initializes a new instance of the BlockingCollection<T> class without an upper-bound.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | BlockingCollection<T>() | Initializes a new instance of the BlockingCollection<T> class without an upper-bound. |
![]() | BlockingCollection<T>(Int32) | Initializes a new instance of the BlockingCollection<T> class with the specified upper-bound. |
![]() | BlockingCollection<T>(IProducerConsumerCollection<T>^) | Initializes a new instance of the BlockingCollection<T> class without an upper-bound and using the provided IProducerConsumerCollection<T> as its underlying data store. |
![]() | BlockingCollection<T>(IProducerConsumerCollection<T>^, Int32) | Initializes a new instance of the BlockingCollection<T> class with the specified upper-bound and using the provided IProducerConsumerCollection<T> as its underlying data store. |
