摘要: ArrayList实现了System.Collections空间下的IEnumerable接口,这个接口是非泛型的。如果要使用LINQ,必须声明枚举变量的类型,依赖Cast查询运算符转换枚举类型。 using System; using System.Collections; using Syste 阅读全文
posted @ 2020-04-15 20:22 山上一边边 阅读(258) 评论(0) 推荐(0)