System.Collections.Async.Internals.AsyncEnumerableWrapper<T> sealed class AsyncEnumerableWrapper<T> : IAsyncEnumerable<T>, IAsyncEnumerable Documentation Code public AsyncEnumerableWrapper(IEnumerable<T> enumerable, bool runSynchronously) public Task<IAsyncEnumerator<T>> GetAsyncEnumeratorAsync(CancellationToken cancellationToken = default)