File: System\Linq\AsyncEnumerable.cs | Web Access |
Project: src\src\libraries\System.Linq.AsyncEnumerable\src\System.Linq.AsyncEnumerable.csproj (System.Linq.AsyncEnumerable) |
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; namespace System.Linq { /// <summary> /// Provides a set of static methods for querying objects that implement <see cref="IAsyncEnumerable{T}"/>. /// </summary> public static partial class AsyncEnumerable { } } |