IMethodSymbol.ReturnsVoid Property

Definition

Returns true if this method has no return type; i.e., returns "void".

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

Property Value

Applies to