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

AsyncEnumerableList<T> Class

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

Inheritance
System.Object
AsyncEnumerableList<T>
Implements
System.Collections.Generic.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.