ConcurrentBag<T>::ToArray Method ()

.NET Framework (current version)
 

Copies the ConcurrentBag<T> elements to a new array.

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

public:
virtual array<T>^ ToArray() sealed

Return Value

Type: array<T>^

A new array containing a snapshot of elements copied from the ConcurrentBag<T>.

Universal Windows Platform
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Return to top
Show: