ConfiguredCancelableAsyncEnumerable<T>.Enumerator Struct
Definition
Provides an awaitable async enumerator that enables cancelable iteration and configured awaits.
public: value class ConfiguredCancelableAsyncEnumerable<T>::Enumerator
public 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. |