AsyncEnumerable.Never<TValue> Method |
Namespace: System.LinqAssembly: System.Interactive.Async (in System.Interactive.Async.dll) Version: 1.2.0.0
Syntaxpublic static IAsyncEnumerable<TValue> Never<TValue>()
Type Parameters
- TValue
Return Value
Type:
IAsyncEnumerable<TValue>
See Also