2 instantiations of NonGenericToGenericEnumerator
mscorlib (2)
system\runtime\interopservices\windowsruntime\enumeratortoiteratoradapter.cs (1)
70
return new EnumeratorToIteratorAdapter<object>(new
NonGenericToGenericEnumerator
(_this.GetEnumerator()) );
system\runtime\interopservices\windowsruntime\listtobindablevectorviewadapter.cs (1)
55
return new EnumeratorToIteratorAdapter<object>(new EnumerableToBindableIterableAdapter.
NonGenericToGenericEnumerator
(enumerator));