摘要: https://www.cnblogs.com/xiangyisheng/p/6144083.html 阅读全文
posted @ 2021-12-10 16:23 长白山 阅读(25) 评论(0) 推荐(0)
摘要: 【区别】 KeyValuePair<TKey,TValue> 可以设置、查询的一对键值 是struct Dictionary<TKey,TValue> 可以设置、查询的多对键值的集合 【除了区别,还有联系】 KeyValuePair是Dictionary集合元素类型的对象 foreach( KeyV 阅读全文
posted @ 2021-12-10 11:23 长白山 阅读(259) 评论(0) 推荐(0)
摘要: 转自:https://www.cnblogs.com/sheng-jie/p/6305385.html 阅读全文
posted @ 2021-12-10 11:01 长白山 阅读(15) 评论(0) 推荐(0)