Calitha GOLD Parser Engine Documentation

IntegerList.RemoveRange Method 

Removes a range of elements from the list.

public void RemoveRange(
   int index,
   int count
);

Parameters

index
The zero-based starting index of the range of elements to remove.
count
The number of elements to remove.

See Also

IntegerList Class | com.calitha.commons Namespace