C#中的IEnumerable ,ICollection,IList,IQueryable, List

IEnumerable Namespace: System.Collections 最基本的列表容器,連列表項Count都不能獲取 允許遍歷, 但不允許添加、刪除、更新列表項 支持使用where linq查詢 ICollection Namespace: System.Collections IEnumerable 的擴展,增加了添加、刪除、更新等操作 可以獲取列表項Count, 獲得Count的
相關文章
相關標籤/搜索