| IAsyncEnumeratorT Interface | 
Namespace: System.Collections.Generic
 Syntax
SyntaxThe IAsyncEnumeratorT type exposes the following members.
 Properties
Properties 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