LevelCollection IsReadOnly Property Apache log4net™ SDK Documentation
Gets a value indicating whether the IList is read-only.

Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public virtual bool IsReadOnly { get; }

Property Value

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

Implements

OnlineIList IsReadOnly
See Also