[This is preliminary documentation and is subject to change.]
Indicates whether collection can be modified
Namespace: NFX.CollectionsAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public bool IsReadOnly { get; }
public bool IsReadOnly { get; }
Public ReadOnly Property IsReadOnly As Boolean
Get
Public ReadOnly Property IsReadOnly As Boolean
Get
public:
virtual property bool IsReadOnly {
bool get () sealed;
}
public:
virtual property bool IsReadOnly {
bool get () sealed;
}
abstract IsReadOnly : bool with get
override IsReadOnly : bool with get
abstract IsReadOnly : bool with get
override IsReadOnly : bool with get
Property Value
Type:
Boolean