123456789101112131415161718192021 |
- // Licensed to the .NET Foundation under one or more agreements.
- // The .NET Foundation licenses this file to you under the MIT License.
- // See the LICENSE file in the project root for more information.
- using System.Collections.Generic;
- using System.Threading;
- using System.Threading.Tasks;
- namespace System.Linq
- {
- partial class AsyncEnumerable
- {
- #if SUPPORT_FLAT_ASYNC_API
- #if !NO_DEEP_CANCELLATION
- #endif
- #else
- #if !NO_DEEP_CANCELLATION
- #endif
- #endif
- }
- }
|