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

Namespace: log4net.Appender
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public virtual bool IsReadOnly { get; }

Property Value

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

Implements

IListIsReadOnly
See Also

Reference