Bridge
List
<
(Of
<
(
<'
T
>
)
>
)
>
.
.
::
.
.
ToArray Method
Copies the elements of the
List
<
(Of
<
(
<'
T
>
)
>
)
>
to a new array.
Namespace:
System.Collections.Generic
Assembly:
Bridge
(in Bridge.dll)
Syntax
C#
VB
C++
public
T[]
ToArray
()
Public
Function
ToArray
As
T()
public
:
array
<T>^
ToArray
()
Return Value
An array containing copies of the elements of the
List
<
(Of
<
(
<'
T
>
)
>
)
>
.
See Also
List
<
(Of
<
(
<'
T
>
)
>
)
>
Class
System.Collections.Generic Namespace