Initializes a new instance of the PluginCollection
class that is empty and has the default initial capacity.
Initializes a new instance of the PluginCollection
class that is empty and has the default initial capacity.
public PluginCollection();
Initializes a new instance of the PluginCollection
class that contains elements copied from the specified IPlugin array.
public PluginCollection(IPlugin[]);
Initializes a new instance of the PluginCollection
class that contains elements copied from the specified PluginCollection
.
public PluginCollection(PluginCollection);
Initializes a new instance of the PluginCollection
class that contains elements copied from the specified IPlugin collection.
public PluginCollection(ICollection);
Initializes a new instance of the PluginCollection
class that has the specified initial capacity.
public PluginCollection(int);
PluginCollection Class | log4net.Plugin Namespace