A simple .net class which maps an IEnumerator
to a generic IEnumerator
, which is very usefull to convert from generic to non-generic collections.
Continue reading IEnumerable to IEnumerable<> wrapper
A simple .net class which maps an IEnumerator
to a generic IEnumerator
, which is very usefull to convert from generic to non-generic collections.
Continue reading IEnumerable to IEnumerable<> wrapper