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