Click or drag to resize
IAsyncEnumerableTGetEnumerator Method
Gets an asynchronous enumerator over the sequence.

Namespace: System.Collections.Generic
Assembly: System.Interactive.Async (in System.Interactive.Async.dll) Version: 1.2.0.0
Syntax
C#
IAsyncEnumerator<T> GetEnumerator()

Return Value

Type: IAsyncEnumeratorT
Enumerator for asynchronous enumeration over the sequence.
See Also