コード例 #1
0
ファイル: Dictionaries.cs プロジェクト: linearregression/C5
 /// <summary>
 ///
 /// </summary>
 /// <param name="highKey"></param>
 public void RemoveRangeTo(K highKey)
 {
     sortedpairs.RemoveRangeTo(new KeyValuePair <K, V>(highKey));
 }