'Declaration Public Overrides Sub RemoveRange( _ ByVal index As Integer, _ ByVal count As Integer _ )
'Usage Dim instance As RebindableArrayList Dim index As Integer Dim count As Integer instance.RemoveRange(index, count)
Parameters
- index
- The zero-based index of the first element in the range.
- count
- The number of elements to remove the list.