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 Nullable<bool> IsAsync { get; }
Property Value
Type Description
System.Nullable<System.Boolean>