2 implementations of GetMany
mscorlib (2)
system\runtime\interopservices\windowsruntime\enumeratortoiteratoradapter.cs (1)
146public int GetMany(T[] items)
system\runtime\interopservices\windowsruntime\iteratortoenumeratoradapter.cs (1)
90public int GetMany(object[] items) { throw new NotSupportedException(); }