System.Collections.Concurrent.BlockingCollection<T>: Property Members

The properties of System.Collections.Concurrent.BlockingCollection<T> are listed below. For a list of all members, see the BlockingCollection<T> Members list.

See Also: Inherited members from System.Object

Public Properties

[read-only]
BoundedCapacityint.

Gets the bounded capacity of this System.Collections.Concurrent.BlockingCollection`1 instance.

[read-only]
Countint.

Gets the number of items contained in the System.Collections.Concurrent.BlockingCollection`1.

[read-only]
IsAddingCompletedbool.

Gets whether this System.Collections.Concurrent.BlockingCollection`1 has been marked as complete for adding.

[read-only]
IsCompletedbool.

Gets whether this System.Collections.Concurrent.BlockingCollection`1 has been marked as complete for adding and is empty.