EmptyDictionary IsFixedSize Property Apache log4net™ SDK Documentation
Gets a value indicating whether the EmptyDictionary has a fixed size.

Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public bool IsFixedSize { get; }

Property Value

Type: OnlineBoolean
true

Implements

OnlineIDictionary IsFixedSize
Remarks

As the collection is empty IsFixedSize always returns true.

See Also