log4net SDK Reference

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

Remarks

Missing <remarks> documentation for P:log4net.Core.LevelCollection.IsReadOnly

See Also

LevelCollection Class | log4net.Core Namespace