[]
        
(Showing Draft Content)

GrapeCity.Documents.Common.StructList-1.ToArray

ToArray Method

ToArray()

Copies the elements of the StructList<T> to a new array.

Declaration
public T[] ToArray()
Public Function ToArray() As T()
Returns
Type Description
T[]

An array containing copies of the elements of the StructList<T>.