h1.post-title { color:orange; font-family:verdana,Arial; font-weight:bold; padding-bottom:5px; text-shadow:#64665b 0px 1px 1px; font-size:32px; } -->

Pages

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.