Method RemoveAtSwapBack
RemoveAtSwapBack(int)
Copies the last pointer of this list to the specified index. Decrements the length by 1.
Declaration
public void RemoveAtSwapBack(int index)
Parameters
| Type | Name | Description |
|---|---|---|
| int | index | The index to overwrite with the last pointer. |
Remarks
Useful as a cheap way to remove a pointer from this list when you don't care about preserving order.
Exceptions
| Type | Condition |
|---|---|
| IndexOutOfRangeException | Thrown if |