摘要: 1 using System; 2 using System.Collections.Generic; 3 4 //用KVP来代替KeyValuePair;相当于C中的typedef 5 using KVP = System.Collections.Generic.KeyValuePa... 阅读全文
posted @ 2015-05-01 10:57 zhaizhuang 阅读(194) 评论(0) 推荐(0)