log4net SDK Documentation - Microsoft .NET Framework 4.0

PluginCollection.Remove Method 

Removes the first occurrence of a specific IPlugin from the PluginCollection.

[Visual Basic]
Overridable Public Sub Remove( _
   ByVal item As IPlugin _
)
[C#]
public virtual void Remove(
   IPlugin item
);

Parameters

item
The IPlugin to remove from the PluginCollection.

Exceptions

Exception Type Condition
ArgumentException The specified IPlugin was not found in the PluginCollection.

See Also

PluginCollection Class | log4net.Plugin Namespace