Implementation of IAsyncEnumerator<T>.
Namespace: Metalama.Framework.RunTime
Assembly: Metalama.Framework.RunTime.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() |