IPropertySymbol.IsWriteOnly 属性

定义

如果这是一个仅写属性,则为 True;也就是说,没有 get 访问器的属性。

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

属性值

适用于