不排序和可以重复Key的SortedList
普通的SortedList会自动排序,下面实现不自动排序代码如下: using System;using System.Collections;namespace testSortedList{ class Class1 { [STAThread] static void Main(string[] args) {