MetalamaAPI documentationAspect APIMetalama.​Framework.​CodeType­ExtensionsGet­Async­Info
Open sandboxFocus

TypeExtensions.GetAsyncInfo Method

GetAsyncInfo(IType)

Gets the AsyncInfo for a type.

Declaration
public static AsyncInfo GetAsyncInfo(this IType type)
Parameters
Type Name Description
IType type

Typically the return type of a method, e.g. Task, ValueTask<T>, void...

Returns
Type Description
AsyncInfo