C#对Dictionary的按Value排序
摘要:
使用List对其进行排序using System; using System.Collections.Generic; using System.Text;namespace ConsoleApplication4 { class Program { static void Main(string[] args) { Dictionary dic = new Dictionary(); dic.Add("Arraymin", "c:\\demo\\min.xsl"); dic.Add("Arraymax", "c:\\dem 阅读全文
posted @ 2013-10-06 00:29 朱小能 阅读(2821) 评论(0) 推荐(0) 编辑