Dasync.Collections.AsyncEnumerator public abstract class AsyncEnumerator Base type for AsyncEnumerator<T> and AsyncEnumeratorWithState<T, U> Documentation Code protected AsyncEnumerator() public static IAsyncEnumerator<T> Empty<T>() Returns an empty IAsyncEnumerator<T>. Safe to use by multiple threads.