removeAt
removeAt(int index) function
Removes the element at the specified index of the collection.
Parameters
Name | Type | Description |
---|---|---|
index | int | The zero-based index of the element to remove. |
Removes the element at the specified index of the collection.
Name | Type | Description |
---|---|---|
index | int | The zero-based index of the element to remove. |