IAsyncPartition<TElement>
An iterator that supports random access and can produce a partial sequence of its items through an optimized path.
Creates a new partition that skips the specified number of elements from this sequence.
Creates a new partition that takes the specified number of elements from this sequence.
Gets the item associated with a 0-based index in this sequence.
Gets the first item in this sequence.
Gets the last item in this sequence.