[]
        
(Showing Draft Content)

GrapeCity.Documents.Common.StructList-1.AddArray

AddArray Method

AddArray(T[], int, int)

Adds the elements of the specified array to the end of the StructList<T>.

Declaration
public void AddArray(T[] array, int arrayIndex, int count)
Public Sub AddArray(array As T(), arrayIndex As Integer, count As Integer)
Parameters
Type Name Description
T[] array

The array whose elements should be added to the end of the StructList<T>.

int arrayIndex

The zero-based index of the first element in the array to add.

int count

The number of elements to add.