IEnumerable to IEnumerable<> wrapper
Thursday, June 30th, 2005A simple .net class which maps an IEnumerator to a generic IEnumerator, which is very usefull to convert from generic to non-generic collections.
(more…)
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…)