2 instantiations of IteratorToEnumeratorAdapter
mscorlib (2)
system\runtime\interopservices\windowsruntime\iteratortoenumeratoradapter.cs (2)
42
return new
IteratorToEnumeratorAdapter
<T>(_this.First());
98
return new
IteratorToEnumeratorAdapter
<object>(new NonGenericToGenericIterator(_this.First()));