.NET API 1,116,304 bytes
IAsyncIListProvider<TElement>
An iterator that can produce an array or
List<T> through an optimized path.
Returns the count of elements in the sequence.
Produce an array of the sequence through an optimized path.
Produce a
List<T> of the sequence through an optimized path.