| System.Collections.Generic Namespace |
| Class | Description | |
|---|---|---|
| AsyncEnumerator |
| Interface | Description | |
|---|---|---|
| IAsyncEnumerableT |
Asynchronous version of the IEnumerable<T> interface, allowing elements of the
enumerable sequence to be retrieved asynchronously.
| |
| IAsyncEnumeratorT |
Asynchronous version of the IEnumerator<T> interface, allowing elements to be
retrieved asynchronously.
|