WeakReferenceListTRemoveRange Method  | 
 
            Removes a range of items
            
 
    Namespace: 
   VelocityDb.Collection
    Assembly:
   VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntaxpublic override void RemoveRange(
	int index,
	int howMany
)
Public Overrides Sub RemoveRange ( 
	index As Integer,
	howMany As Integer
)
public:
virtual void RemoveRange(
	int index, 
	int howMany
) override
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