Click or drag to resize
AsyncEnumerator Class
Inheritance Hierarchy
SystemObject
  System.Collections.GenericAsyncEnumerator

Namespace: System.Collections.Generic
Assembly: System.Interactive.Async (in System.Interactive.Async.dll) Version: 1.2.0.0
Syntax
C#
public static class AsyncEnumerator

The AsyncEnumerator type exposes the following members.

Methods
  NameDescription
Public methodStatic memberMoveNextT
Advances the enumerator to the next element in the sequence, returning the result asynchronously.
Top
See Also