AsyncEnumerable.AsyncOverloads.cs 474 B

123456789101112131415161718192021
  1. // Licensed to the .NET Foundation under one or more agreements.
  2. // The .NET Foundation licenses this file to you under the MIT License.
  3. // See the LICENSE file in the project root for more information.
  4. using System.Collections.Generic;
  5. using System.Threading;
  6. using System.Threading.Tasks;
  7. namespace System.Linq
  8. {
  9. partial class AsyncEnumerable
  10. {
  11. #if SUPPORT_FLAT_ASYNC_API
  12. #if !NO_DEEP_CANCELLATION
  13. #endif
  14. #else
  15. #if !NO_DEEP_CANCELLATION
  16. #endif
  17. #endif
  18. }
  19. }