摘要: // 创建一个SortedList对象SortedList mySL = new SortedList();mySL.Add("First", "Hello"); //获得指定索引处的键和值int myIndex = 3;Console.WriteLine("The key at index {0} 阅读全文
posted @ 2020-03-05 09:19 Bella.Li 阅读(306) 评论(2) 推荐(0) 编辑