VariableClass.ReadOnly 属性

定义

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

属性值

如果变量类为只读,则为 true;否则为 false

实现

适用于