log4net SDK Reference

EmptyDictionary.IsFixedSize Property

Gets a value indicating whether the EmptyDictionary has a fixed size.

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

Property Value

true

Implements

IDictionary.IsFixedSize

Remarks

As the collection is empty IsFixedSize always returns true.

See Also

EmptyDictionary Class | log4net.Util Namespace