Click or drag to resize

EAPCollectionBaseRemoveRange Method

Removes the element at the specified index

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void RemoveRange(
	int index,
	int count
)

Parameters

index
Type: SystemInt32
The index of the first item to remove.
count
Type: SystemInt32
The number of items to remove.
See Also