IMethodSymbol.IsAsync 属性

定义

如果此方法是异步方法,则返回 true

public:
 property bool IsAsync { bool get(); };
public bool IsAsync { get; }
member this.IsAsync : bool
Public ReadOnly Property IsAsync As Boolean

属性值

适用于