2017年3月29日
摘要: 同时具备IList和IDictionary的特点的集合 1 [Serializable] 2 public class MyCollection:IList 3 { 4 private readonly Dictionary<string, MyItem> _dicMyItems; 5 privat 阅读全文
posted @ 2017-03-29 16:30 码杰 阅读(420) 评论(0) 推荐(0) 编辑