摘要: IEnumerable<T>的使用 创建一个IEnumerable对象 List<string> fruits = new List<string> { "apple", "pear", "banana", "orange" }; IEnumerable<string> f = fruits as  阅读全文
posted @ 2019-07-23 15:15 Felix-Zhang 阅读(1155) 评论(0) 推荐(0) 编辑