Answer Posted / Alok Sharma
IEnumerable<T> is an interface that declares a method, GetEnumerator(), for iterating through a collection. It does not provide any ordering or random access functionality. On the other hand, IList<T> is an interface that provides both methods for iteration and direct access to elements by index.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category