ConfiguredCancelableAsyncEnumerable<T>.Enumerator Struct   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides an awaitable async enumerator that enables cancelable iteration and configured awaits.
public: value class ConfiguredCancelableAsyncEnumerable<T>::Enumerator
	public readonly struct ConfiguredCancelableAsyncEnumerable<T>.Enumerator where T : allows ref struct
	public readonly struct ConfiguredCancelableAsyncEnumerable<T>.Enumerator
	type ConfiguredCancelableAsyncEnumerable<'T>.Enumerator = struct
	Public Structure ConfiguredCancelableAsyncEnumerable(Of T).Enumerator
    Type Parameters
- T
 
The type of values to enumerate.
- Inheritance
 
Properties
| Current | 
		 Gets the element in the collection at the current position of the enumerator.  | 
        	
Methods
| DisposeAsync() | 
		 Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources asynchronously.  | 
        	
| MoveNextAsync() | 
		 Advances the enumerator asynchronously to the next element of the collection.  |