log4net SDK Documentation - Microsoft .NET Framework 4.0

LevelCollection.IsReadOnly Property

Gets a value indicating whether the IList is read-only.

[Visual Basic]
Overridable Public ReadOnly Property IsReadOnly As Boolean _
    Implements IList.IsReadOnly
[C#]
public virtual bool IsReadOnly {get;}

Property Value

true if the collection is read-only; otherwise, false. The default is false

Implements

IList.IsReadOnly

See Also

LevelCollection Class | log4net.Core Namespace