[]
Removes a range of elements.
public bool RemoveRange(int from, int to)
Public Function RemoveRange(from As Integer, [to] As Integer) As Boolean
| Type | Name | Description |
|---|---|---|
| int | from | From element. |
| int | to | To element. |
| Type | Description |
|---|---|
| bool |