[]
Adds the elements of the specified array to the end of the StructList<T>.
public void AddArray(T[] array, int arrayIndex, int count)
Public Sub AddArray(array As T(), arrayIndex As Integer, count As Integer)
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 |
int | count | The number of elements to add. |