BlockingCollection<T> Constructor
.NET Framework 4.5
Initializes a new instance of the BlockingCollection<T> class without an upper-bound.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| 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. |