PluginCollection.IsFixedSize Property Apache log4netâ„¢ SDK Documentation
Gets a value indicating whether the collection has a fixed size.

Namespace: log4net.Plugin
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax

public virtual bool IsFixedSize { get; }

Property Value

Type: Boolean
true if the collection has a fixed size; otherwise, false. The default is false.

Implements

IList.IsFixedSize
See Also

Reference