ImmutableObjectBaseTIsReadOnly Property
Gets or sets if this class is immutable and thus read-only. Once
setting to read-only, the class becomes immutable.
Namespace: SnapDB.ImmutablesAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public bool IsReadOnly { get; set; }
Public Property IsReadOnly As Boolean
Get
Set
public:
virtual property bool IsReadOnly {
bool get () sealed;
void set (bool value) sealed;
}
function get_IsReadOnly();
function set_IsReadOnly(value);
BooleanIImmutableObjectIsReadOnly