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