log4net SDK Documentation - Microsoft .NET Framework 4.0 |
|
PluginCollection.IsFixedSize Property
Gets a value indicating whether the collection has a fixed size.
[Visual Basic]
Overridable Public ReadOnly Property IsFixedSize As
Boolean _
[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
See Also
PluginCollection Class | log4net.Plugin Namespace