|
| .NET Framework Class Library |
| IProducerConsumerCollection<(Of <(T>)>)..::.ToArray Method |
| IProducerConsumerCollection<(Of <(T>)>) Interface See Also Send Feedback |
Copies the elements contained in the IProducerConsumerCollection<(Of <(T>)>) to a new array.
Namespace:
System.Collections.Concurrent
Assembly:
System.Threading (in System.Threading.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Function ToArray As T() |
| C# |
|---|
T[] ToArray() |