Metalama / / API Documentation / Aspect API / Metalama.​Framework.​Code / Async­Info / Is­Async

Property IsAsync

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
Nullable<Boolean>