摘要: 一、List排序 采用自定义Sort比较器和Linq class Persion { public string name; public int age; } //自定义Sort方法 private static void sortListClass() { Persion p1 = new Pe 阅读全文
posted @ 2019-06-01 11:45 peterYong 阅读(21469) 评论(0) 推荐(0) 编辑
摘要: Dictionary 类型:System.Collections.Generic.Dictionary eg:Dictionary<string, int> illegParking = new Dictionary<string, int>(); 键:inData.LOTID 值:inData.I 阅读全文
posted @ 2019-06-01 11:23 peterYong 阅读(6632) 评论(0) 推荐(0) 编辑