ConcurrentStack(Of T).ToArray Method ()

.NET Framework (current version)
 

Copies the items stored in the ConcurrentStack(Of T) to a new array.

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

Public Function ToArray As T()

Return Value

Type: T()

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