Gets or sets the number of elements the PluginCollection can contain.
            
Namespace: log4net.PluginAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
public virtual int Capacity { get; set; }public virtual int Capacity { get; set; }Public Overridable Property Capacity As Integer 
	Get 
	Set
Public Overridable Property Capacity As Integer 
	Get 
	Set
public:
virtual property int Capacity {
	int get ();
	void set (int value);
}public:
virtual property int Capacity {
	int get ();
	void set (int value);
}Property Value
Type: 
Int32
            The number of elements the 
PluginCollection can contain.