| Parameter | Description |
|---|---|
| array | The array to copy from. |
Appends the elements of an array to the end of this list.
| Parameter | Description |
|---|---|
| list | The NativeList to copy from. |
Appends the elements of a NativeList to the end of this list.
| Parameter | Description |
|---|---|
| ptr | The buffer to copy from. |
| count | The number of elements to copy from the buffer. |
Appends the elements of a buffer to the end of this list.
| Parameter | Description |
|---|---|
| roSpan | ReadOnlySpan to copy from. |
Copies elements from a ReadOnlySpan to the end of this list.