GetEnumerator - waf/Rx.NET GitHub Wiki
Gets an asynchronous enumerator over the sequence.
Namespace: System.Collections.Generic
Assembly: System.Interactive.Async (in System.Interactive.Async.dll)
IAsyncEnumerator<T> GetEnumerator()
Type: IAsyncEnumerator<T>
Enumerator for asynchronous enumeration over the sequence.
IAsyncEnumerable<T> Interface
System.Collections.Generic Namespace