ArrayList: Clear |
Clears the list of all values.
Public Sub Clear ( )
The internal array is cleared of values. The count is reset to zero, but the capacity remains the same. To lower the number of elements in the array, use TrimToSize or set Capacity directly.
Class ArrayList Overview ArrayList Properties ArrayList Methods Class_InitProperties Clone