IMethodSymbol.ReturnsVoid 属性

定义

如果此方法没有返回类型,则返回 true;即返回“void”。

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

属性值

适用于