log4net SDK Reference

PluginCollection.Capacity Property

Gets or sets the number of elements the PluginCollection can contain.

[Visual Basic]
Overridable Public Property Capacity As Integer
[C#]
public virtual int Capacity {get; set;}

Property Value

The number of elements the PluginCollection can contain.

Remarks

Missing <remarks> documentation for P:log4net.Plugin.PluginCollection.Capacity

See Also

PluginCollection Class | log4net.Plugin Namespace