Gets a value indicating whether the EmptyDictionary is read-only.
Namespace: log4net.UtilAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Property Value
Type: Booleantrue
Implements
IDictionary IsReadOnlyRemarks
As the collection is empty IsReadOnly always returns true.
See Also