Show / Hide Table of Contents

Class AbpAsyncEnumerableExtensions

Inheritance
object
AbpAsyncEnumerableExtensions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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
In this article
Back to top Powered by ABP.IO Platform