MetalamaAPI documentationAspect APIMetalama.​Framework.​CodeAsync­InfoIs­Async
Open sandboxFocus

AsyncInfo.IsAsync Property

IsAsync

Gets a value indicating whether the method has an async implementation, i.e. has the async modifier.

Declaration
public bool? IsAsync { get; }
Property Value
Type Description
bool?