log4net SDK Documentation - Microsoft .NET Framework 4.0 |
|
EmptyDictionary.IsReadOnly Property
Gets a value indicating whether the EmptyDictionary is read-only.
[Visual Basic]
NotOverridable Public ReadOnly Property IsReadOnly As
Boolean _
[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