IAsyncEnumerableTGetEnumerator Method |
Gets an asynchronous enumerator over the sequence.
Namespace: System.Collections.GenericAssembly: System.Interactive.Async (in System.Interactive.Async.dll) Version: 1.2.0.0
SyntaxIAsyncEnumerator<T> GetEnumerator()
Return Value
Type:
IAsyncEnumeratorTEnumerator for asynchronous enumeration over the sequence.
See Also