log4net SDK Reference

AppenderCollection.IsFixedSize Property

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

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

Property Value

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

Implements

IList.IsFixedSize

Remarks

Missing <remarks> documentation for P:log4net.Appender.AppenderCollection.IsFixedSize

See Also

AppenderCollection Class | log4net.Appender Namespace