[]
Copies the elements of the StructList<T> to a new array.
public T[] ToArray()
Public Function ToArray() As T()
An array containing copies of the elements of the StructList<T>.