Posts Tagged ‘IEnumerable’

IEnumerable to IEnumerable<> wrapper

Thursday, June 30th, 2005

A simple .net class which maps an IEnumerator to a generic IEnumerator, which is very usefull to convert from generic to non-generic collections.
(more…)