| Icon | Member | Description |
|---|---|---|
| Insert(array<Element>[]()[]) |
Inserts the elements at index zero and returns the updated element.
| |
| Insert(Int32, array<Element>[]()[]) |
Inserts the elements at the specified index and returns the updated
element.
|