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