摘要: 基类DictionaryBase 实现了 IEnumerable和ICollection 。IList接口 IDictionary接口都有add()、remove()方法。 话不多说直接上案例: using System; using System.Collections.Generic; usin 阅读全文
posted @ 2020-01-11 15:05 Luohanhui 阅读(150) 评论(0) 推荐(0)