VelocityDbListTRemoveRange Method |
Removes a range of items
Namespace:
VelocityDb.Collection
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public virtual void RemoveRange(
int index,
int howMany
)
Public Overridable Sub RemoveRange (
index As Integer,
howMany As Integer
)
public:
virtual void RemoveRange(
int index,
int howMany
)
abstract RemoveRange :
index : int *
howMany : int -> unit
override RemoveRange :
index : int *
howMany : int -> unit
Parameters
- index
- Type: SystemInt32
start index - howMany
- Type: SystemInt32
how many to remove
See Also