Method RemoveRangeFromTo
RemoveRangeFromTo(T, T)
Remove all items of this collection between two supplied thresholds.
Declaration
public void RemoveRangeFromTo(T low, T hi)
Parameters
Type | Name | Description |
---|---|---|
T | low | The lower threshold (inclusive). |
T | hi | The upper threshold (exclusive). |