MetalamaAPI documentationAspect APIMetalama.​Framework.​Run­TimeAsync­Enumerable­List<T>
Open sandboxFocus

AsyncEnumerableList<T> Class

A List<T> that implements IAsyncEnumerable<T>. This class is used when a non-iterator template is applied to an async iterator method.

Inheritance
AsyncEnumerableList<T>
Implements
IAsyncEnumerable<T>
Namespace: Metalama.Framework.RunTime
Assembly: Metalama.Framework.RunTime.dll
Syntax
public sealed class AsyncEnumerableList<T> : List<T>
Type Parameters
Name Description
T

Type of items.

Constructors

Name Description
AsyncEnumerableList()

Methods

Name Description
GetAsyncEnumerator(CancellationToken)

Gets an enumerator for the current list.