log4net SDK Reference

EmptyDictionary.IsReadOnly Property

Gets a value indicating whether the EmptyDictionary is read-only.

[Visual Basic]
NotOverridable Public ReadOnly Property IsReadOnly As Boolean _
    Implements IDictionary.IsReadOnly
[C#]
public bool IsReadOnly {get;}

Property Value

true

Implements

IDictionary.IsReadOnly

Remarks

As the collection is empty IsReadOnly always returns true.

See Also

EmptyDictionary Class | log4net.Util Namespace