Click or drag to resize

WeakReferenceListBaseTRemoveRange Method

Removes a range of items

Namespace:  VelocityDb.Collection
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public abstract void RemoveRange(
	int index,
	int howMany
)

Parameters

index
Type: SystemInt32
start index
howMany
Type: SystemInt32
how many to remove
See Also