ConcurrentBag(Of T).ToArray Method ()

.NET Framework (current version)
 

Copies the ConcurrentBag(Of T) elements to a new array.

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

Public Function ToArray As T()

Return Value

Type: T()

A new array containing a snapshot of elements copied from the ConcurrentBag(Of 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: