Click or drag to resize
System.Collections.Generic Namespace
 
Classes
  ClassDescription
Public classAsyncEnumerator
Interfaces
  InterfaceDescription
Public interfaceIAsyncEnumerableT
Asynchronous version of the IEnumerable<T> interface, allowing elements of the enumerable sequence to be retrieved asynchronously.
Public interfaceIAsyncEnumeratorT
Asynchronous version of the IEnumerator<T> interface, allowing elements to be retrieved asynchronously.