Clear Method
Clear(int, int)
Removes all of the items from the specified location.
Declaration
void Clear(int index, int count)
Sub Clear(index As Integer, count As Integer)
Parameters
Type |
Name |
Description |
int |
index |
Location at which to start clearing values
|
int |
count |
Number of items from which to clear values
|