top of page
Search
The Tech Platform
Feb 3, 2022
What is IEnumerable, ICollection, IList, and IQueryable in C#?
What is IEnumerable? IEnumerable is an interface, which defines only one method, GetEnumerator. The method returns an IEnumerator...
bottom of page