Open sandboxFocus

Class AsyncEnumerableArray<T>

Inheritance
AsyncEnumerableArray<T>
Namespace: Metalama.Framework.RunTime
Assembly: Metalama.Framework.dll
Syntax
public sealed class AsyncEnumerableArray<T> : IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable, IAsyncEnumerable<T>
Type Parameters
Name Description
T

Constructors

Name Description
AsyncEnumerableArray(T[])

Properties

Name Description
Count
Empty
this[int]

Methods

Name Description
GetAsyncEnumerator(CancellationToken)
GetEnumerator()

Extension Methods