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


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>)>)>.