Gets a value indicating whether the IList is read-only.
Namespace: log4net.AppenderAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
public virtual bool IsReadOnly { get; }
public virtual bool IsReadOnly { get; }
Public Overridable ReadOnly Property IsReadOnly As Boolean
Get
Public Overridable ReadOnly Property IsReadOnly As Boolean
Get
public:
virtual property bool IsReadOnly {
bool get ();
}
public:
virtual property bool IsReadOnly {
bool get ();
}
Property Value
Type:
Booleantrue if the collection is read-only; otherwise, false. The default is false
Implements
IList IsReadOnly