List.toArray

Exports this list into a array

class List(T)
T[]
toArray
()

Return Value

Type: T[]

the array containing the elements in this list

Meta