Tutorial by Topics: enumerable

IEnumerable is the base interface for all non-generic collections like ArrayList that can be enumerated. IEnumerator<T> is the base interface for all generic enumerators like List<>. IEnumerable is an interface which implements the method GetEnumerator. The GetEnumerator method returns ...
Enumberable module, a set of methods are available to do traversing, sorting, searching etc across the collection(Array, Hashes, Set, HashMap).

Page 1 of 1