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

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

public bool IsReadOnly { get; }

Property Value

Type: Boolean
true

Implements

IDictionaryIsReadOnly
Remarks

As the collection is empty IsReadOnly always returns true.

See Also

Reference