1using System.Collections;
8 public interface IAsyncEnumerable : IEnumerable
Interface for objects with asynchronous enumerators.
IAsyncEnumerator GetAsyncEnumerator()
Returns an enumerator that iterates through a collection.
Interface for asynchronous enumerators.