.NET Framework Class Library |
BlockingCollection<(Of <(T>)>) Methods |
BlockingCollection<(Of <(T>)>) Class See Also Send Feedback |
The BlockingCollection<(Of <(T>)>) type exposes the following members.
Methods
Name | Description | |
---|---|---|
Add | Overloaded. | |
AddToAny | Overloaded. | |
CompleteAdding |
Marks the BlockingCollection<(Of <(T>)>) instances
as not accepting any more additions.
| |
CopyTo | Copies all of the items in the BlockingCollection<(Of <(T>)>) instance
to a compatible one-dimensional array, starting at the specified index of the target array.
| |
Dispose | Overloaded. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetConsumingEnumerable | Overloaded. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Take | Overloaded. | |
TakeFromAny | Overloaded. | |
ToArray | Copies the items from the BlockingCollection<(Of <(T>)>) instance into a new array. | |
ToString | (Inherited from Object.) | |
TryAdd | Overloaded. | |
TryAddToAny | Overloaded. | |
TryTake | Overloaded. | |
TryTakeFromAny | Overloaded. |
Explicit Interface Implementations
Name | Description | |
---|---|---|
ICollection..::.CopyTo | Copies all of the items in the BlockingCollection<(Of <(T>)>) instance
to a compatible one-dimensional array, starting at the specified index of the target array.
| |
IEnumerable<(Of <(T>)>)..::.GetEnumerator | Provides an IEnumerator<(Of <(T>)>) for items in the collection. | |
IEnumerable..::.GetEnumerator | Provides an IEnumerator for items in the collection. |