摘要: Sample Code: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Data; using System.Collections; namesp 阅读全文
posted @ 2020-04-21 10:18 LuckyZLi 阅读(437) 评论(0) 推荐(0) 编辑
摘要: 这些转换操作符将集合转换成数组:IEnumerable、IList、IDictionary等。转换操作符是用来实现将输入对象的类型转变为序列的功能。名称以"As"开头的转换方法可更改源集合的静态类型但不枚举(延迟加载)此源集合。名称以"To"开头的方法可枚举(即时加载)源集合并将项放入相应的集合类型 阅读全文
posted @ 2020-04-21 09:53 LuckyZLi 阅读(165) 评论(0) 推荐(0) 编辑