ChangeObjectCollectionTRemoveRange Method

Remove a range of items from the collection.

Definition

Namespace: ProjectTask
Assembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
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