[]
Sets to null the items in the range for the specified parameters startingIndex and count.
public void ClearRange(int startingIndex, int count)
Public Sub ClearRange(startingIndex As Integer, count As Integer)
| Type | Name | Description |
|---|---|---|
| int | startingIndex | Index of the starting. |
| int | count | The count. |