/// <summary> /// /// </summary> /// <param name="highKey"></param> public void RemoveRangeTo(K highKey) { sortedpairs.RemoveRangeTo(new KeyValuePair <K, V>(highKey)); }