| IAsyncEnumeratorT Methods | 
The IAsyncEnumeratorT generic type exposes the following members.
 Methods
Methods| 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.
             | 
 Extension Methods
Extension Methods| Name | Description | |
|---|---|---|
|  | MoveNextT | 
            Advances the enumerator to the next element in the sequence, returning the result asynchronously.
            (Defined by AsyncEnumerator.) | 
 See Also
See Also