CodeMemberProperty.HasSet 属性

定义

获取或设置指示该属性是否具有 set 方法访问器的值。

public:
 property bool HasSet { bool get(); void set(bool value); };
public bool HasSet { get; set; }
member this.HasSet : bool with get, set
Public Property HasSet As Boolean

属性值

如果 Count 集合的 SetStatements 属性不为零,则为 true;否则,为 false

注解

HasSet 如果属性为只读,则 返回 false

注意

将此属性设置为 false 将清除 SetStatements 集合。

适用于

另请参阅