Method RemoveRangeTo RemoveRangeTo(T) Remove all items of this collection below a supplied threshold. Declaration public void RemoveRangeTo(T hi) Parameters Type Name Description T hi The upper threshold (exclusive). Implements ISorted<T>.RemoveRangeTo(T)