欢迎您来到“名字什么都是浮云”的博客空间!
摘要: 集合 1.集合接口和类型 接口 说明 IEnumerable<T> 如果foreach语句用于集合,就需要IEnumerable接口.这个借口定义了方法GetEnumerator(),他返回一个实现了IEnumerator接口的枚举 ICollection<T> ICollection<T>接口有泛 阅读全文
posted @ 2017-05-22 18:42 名字什么都是浮云 阅读(364) 评论(0) 推荐(0) 编辑