| IAsyncEnumeratorT Interface |
Namespace: System.Collections.Generic
The IAsyncEnumeratorT type exposes the following members.
| Name | Description | |
|---|---|---|
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
| MoveNext |
Advances the enumerator to the next element in the sequence, returning the result asynchronously.
|
| Name | Description | |
|---|---|---|
| MoveNextT |
Advances the enumerator to the next element in the sequence, returning the result asynchronously.
(Defined by AsyncEnumerator.) |