IEnumerator
-
Feb- 2020 -5 February.Net
What is IEnumerable, IEnumerator, ICollection and IList,IQueryable in C#
IEnumerable IEnumerable is an interface that defines one method GetEnumerator which returns an IEnumerator interface; this, in turn, allows read-only…
Read More »