ChangeObjectCollectionTRemoveRange Method

Remove a range of items from the collection.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public void RemoveRange(
	int index,
	int count
)

Parameters

index  Int32
The index at which to begin removing.
count  Int32
The count of items to remove.

See Also