System.Collections.Concurrent.BlockingCollection<T>.ToArray Method

Copies the items from the System.Collections.Concurrent.BlockingCollection`1 instance into a new array.

Syntax

public T[] ToArray ()

Returns

An array containing copies of the elements of the collection.

Remarks

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.

Requirements

Namespace: System.Collections.Concurrent
Assembly: System (in System.dll)
Assembly Versions: 4.0.0.0