Class AbpAsyncEnumerableExtensions
Inherited Members
Namespace: Volo.Abp.OpenIddict
Assembly: Volo.Abp.OpenIddict.AspNetCore.dll
Syntax
public static class AbpAsyncEnumerableExtensions
Methods
ToListAsync<T>(IAsyncEnumerable<T>)
Declaration
public static Task<List<T>> ToListAsync<T>(this IAsyncEnumerable<T> source)
Parameters
| Type | Name | Description |
|---|---|---|
| IAsyncEnumerable<T> | source |
Returns
| Type | Description |
|---|---|
| Task<List<T>> |
Type Parameters
| Name | Description |
|---|---|
| T |