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? |
Metalama.Framework.Code.Collections
Metalama.Framework.Code.Comparers
Metalama.Framework.Code.DeclarationBuilders
Metalama.Framework.Code.Invokers
Metalama.Framework.Code.SyntaxBuilders
Metalama.Framework.Code.Types
Metalama.Framework.Diagnostics
Metalama.Framework.Eligibility
Gets a value indicating whether the method has an async implementation, i.e. has the async
modifier.
public bool? IsAsync { get; }
Type | Description |
---|---|
bool? |