GetEnumerator - waf/Rx.NET GitHub Wiki

IAsyncEnumerable<T>.GetEnumerator Method

Gets an asynchronous enumerator over the sequence.

Namespace: System.Collections.Generic
Assembly: System.Interactive.Async (in System.Interactive.Async.dll)

Syntax

IAsyncEnumerator<T> GetEnumerator()

Return Value

Type: IAsyncEnumerator<T>
Enumerator for asynchronous enumeration over the sequence.

See Also

Reference

IAsyncEnumerable<T> Interface
System.Collections.Generic Namespace

⚠️ **GitHub.com Fallback** ⚠️