public static class AsyncEnumerable
Public NotInheritable Class AsyncEnumerable
public ref class AsyncEnumerable abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type AsyncEnumerable = class end
Empty<T> | Creates an IAsyncEnumerable<T> which yields no results, similar to Empty<TResult>(). |