Open sandboxFocus

Struct AsyncEnumerableList<T>.AsyncEnumerator

Namespace: Metalama.Framework.RunTime
Assembly: Metalama.Framework.dll
Syntax
public struct AsyncEnumerableList<T>.AsyncEnumerator : IAsyncEnumerator<T>, IAsyncDisposable

Constructors

Name Description
AsyncEnumerator(AsyncEnumerableList<T>, CancellationToken)

Properties

Name Description
Current
Parent

Methods

Name Description
DisposeAsync()
MoveNextAsync()

Extension Methods