log4net SDK Reference

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.

Remarks

Missing <remarks> documentation for M:log4net.Plugin.PluginCollection.Remove(log4net.Plugin.IPlugin)

Exceptions

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

See Also

PluginCollection Class | log4net.Plugin Namespace