HashList.RemoveRange Method
Removes a range of objects from the hash table.
[Visual Basic]
Public Sub RemoveRange( _
ByVal
index As
Integer, _
ByVal
count As
Integer _
)
[C#]
public
void RemoveRange(
int index,
int count);
See Also
HashList Class | Sitecore.Collections Namespace