Open sandboxFocus

Property IsAsync

IsAsync

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

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

true if the method has the async modifier; false if it does not; null if the method is not defined in the current project and the information is not available.