Inserts an element into the PluginCollection at the specified index.
            
Namespace: log4net.PluginAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Parameters
- index
 - Type: 
System Int32
The zero-based index at which item should be inserted. 
- item
 - Type: log4net.Plugin IPlugin
The IPlugin to insert. 
Exceptions
| Exception | Condition | 
|---|---|
index is less than zero -or- index is equal to or greater than Count.  | 
See Also