IEnumerable Vs Ilist


S.No IEnumerable List
1 Add/Remove Items doen’t support add or remove items from the list. Supports add or remove items from the list.
2 Further Filtering doesn’t support further filtering. Supports further filtering.