Method RemoveRangeFrom
RemoveRangeFrom(T)
Remove all items of this collection above or at a supplied threshold.
Declaration
public void RemoveRangeFrom(T low)
Parameters
Type | Name | Description |
---|---|---|
T | low | The lower threshold (inclusive). |