Copies the items from the System.Collections.Concurrent.BlockingCollection`1 instance into a new array.
![]()
An array containing copies of the elements of the collection.
The copied elements are not removed from the collection.
If any method in BlockingCollection is executing while the ToArray method executes, the return value is approximate. ToArray may include items that have already been removed, or exclude items that have already been inserted.