Is there a built-in way to convert IEnumerator to IEnumerable?
IEnumerator
IEnumerable
Nope, IEnumerator<> and IEnumerable<> are different beasts entirely.