System.Collections.Async.IAsyncEnumerator<T> public interface IAsyncEnumerator<T> : IAsyncEnumerator, IDisposable Supports a simple asynchronous iteration over a collection of typed items Documentation Code T Current { get; } Gets the element in the collection at the current position of the enumerator.