log4net SDK Reference

PluginCollection.RemoveAt Method 

Removes the element at the specified index of the PluginCollection.

[Visual Basic]
Overridable Public Sub RemoveAt( _
   ByVal index As Integer _
)
[C#]
public virtual void RemoveAt(
   int index
);

Parameters

index
The zero-based index of the element to remove.

Remarks

Missing <remarks> documentation for M:log4net.Plugin.PluginCollection.RemoveAt(System.Int32)

Exceptions

Exception Type Condition
ArgumentOutOfRangeException

index is less than zero.

-or-

index is equal to or greater than Count.

See Also

PluginCollection Class | log4net.Plugin Namespace