ChangeObjectCollectionTRemoveRange Method
Remove a range of items from the collection.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
public void RemoveRange(
int index,
int count
)
Public Sub RemoveRange (
index As Integer,
count As Integer
)
No code example is currently available or this language may not be supported.
Parameters
- index Int32
-
The index at which to begin removing.
- count Int32
-
The count of items to remove.