UniqueIntegerCollectionRemoveRange Method

Remove a range of items from the collection

Definition

Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
public void RemoveRange(
	int index,
	int count
)

Parameters

index  Int32
The zero-based index at which to start removing items
count  Int32
The number of items to remove

See Also